Submitted over 1 year ago
Mobile-first solution using css flexbox
@mauricioarrequena
Design comparison
SolutionDesign
Community feedback
- @imLumarqPosted over 1 year ago
Hi @mauricioarrequena
-
I would suggest using "em" unit for your media queries
-
Give this article a read: PX, EM or REM Media Queries?
/*500px*/ @media (max-width: 31.25em){ #main-container{ ... } }
Here's my solution:
https://www.frontendmentor.io/solutions/nft-preview-card-OQ2J2JTSDt
I hope you find this helpful 😄!
Happy Coding!
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