Design comparison
SolutionDesign
Solution retrospective
I tried the desktop first approach but ran into problems with the media query. Changed to mobile first and moving to desktop version using media query was very simple. Anyone who can point out why the mobile approach is better?
Community feedback
- @palgrammingPosted over 3 years ago
Mobile first is better cause you are normally adding CSS properties to transition to mobile and not trying to remove them to go to mobile
your font size in your button set to rem is making your buttons change shape at different screen widths as your design changes relative to screen size
0
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