Design comparison
SolutionDesign
Community feedback
- @viniciusshenri96Posted about 2 years ago
Congratulations on the Cameron project π, your responsive was very well done, In your @media queries don't use px, use rem or em units, it is more consistent across browsers, but prefer to use the em unit.
@media screen and (min-width:48em){} @media screen and (min-width:64em){} ...
Keep up your great work π.
Marked as helpful1@webstormcamPosted about 2 years ago@viniciusshenri96 Thanks for this tip! I will start using media queries like this going forward :) Can't wait to see what you build next!
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