Design comparison
Solution retrospective
When breaking things down for mobile, are there any best practices on how many media queries to do? Or are there better ways for me to build elements initially so the mobile designs come together faster?
In your CSS files (I haven't messed around with SASS enough to use it yet), where do you typically organize your media queries?
Any feedback is welcome!
Community feedback
- Account deleted
This is how I normally do a FEM challenge;
-
I usually go mobile first and I resize my window to 375px and try to get it as close as possible to the mobile design provided, then everything usually falls in it place from there.
-
& I think it's better to do this challenge on your local environment because you are not able to use the provided images, as they are nowhere to be found because there's no way in codepen you can do local imports.
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