Mobile first design using BEM and SASS built using Parcel
Design comparison
Solution retrospective
I was planning on trying Tailwind here but can't make it work with parcel and sass.
Any ideas how to make it work?
πΈAny feedback is appreciated!πΈ πThanks! π
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hi there, iMervinC! π
Nice to see you complete another challenge! π Good job on this one! π Your solution looks good and is responsive! π
I'd just noticed that the mobile navigation menu icon jumps downwards a bit when the menu is openedβI think keeping the menu icon in the same place when the menu is open/closed would be a good idea! π
Of course, keep coding (and happy coding, too)! π
1 - @abhik-bPosted almost 4 years ago
Hi @iMervinC π Fantastic job on this challenge , your solution is responsive and it looks & feels amazing β¨
** Just some opinions **
- I liked the hover transitions π₯π―
- I liked the mobile nav animations
- increasing the
gap
(maybe to2rem
) can make the desktop nav look more nice ! - for iPad devices (screen sizes > 768 && <1024) footer becomes too tall , to avoid that footer ul can have
flex-direction:row
and the parentdiv
oful
can havetext-align:center
so the logo is centered
Happy coding & Keep contributing these fantastic solutions π
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord