Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
I need to look more deeply into media queries, especially the management of various formats. In this project I only managed the layout with width from 320px to 420px.
Community feedback
- @MikDra1Posted 3 days ago
Use rems as your initial unit. Pixels can be used for small sizes around 1px - 3px. For rest you should use rems. In media queries use ems. π
1@lordagPosted 3 days ago@MikDra1 Do you recommend using rem for all the property values ββthat are in the css file? I use px for sizes between 1 and 3 px, can you give me some examples please?
Thanks for your feedback
0@MikDra1Posted about 19 hours ago@lordag
Yes. But remember not to change the initial value of one rem.
Always: 1rem === 16px
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