Design comparison
Solution retrospective
How to do a better Mobile first workflow ? How to avoid doing media queries everywhere ?
Community feedback
- @isprutfromuaPosted over 2 years ago
Hi there. You did a good job 😎
keep improving your programming skills🛠️
About your questions:
- How to do a better Mobile first workflow ?
mobile first is just an approach to building your project. For better adaptability you need to use flexible units and css grid.
- How to avoid doing media queries everywhere ?
There is nothing wrong with using many media queries, but if indeed it is better to avoid it. To do this, use the rules I described in paragraph 1
I hope my feedback will be helpful. You can mark it as useful if so 👍
Good luck and fun coding 🤝⌨️
Marked as helpful0@martinw0Posted over 2 years ago@isprutfromua css grid is better than flex box to do responsive design ? Thanks for your advices ! Really appreciated !
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