Responsive flex four card

Solution retrospective
How to do a better Mobile first workflow ? How to avoid doing media queries everywhere ?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @isprutfromua
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 helpful
Join 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