Design comparison
Community feedback
- @PPechmannPosted about 2 years ago
Hey Renan!
Awesome job on this challenge, congrats!
Everything looks pretty neat, the only suggestion I would give, is to work with rem or em units, instead of pixels, this will make responsiveness way more simple and allow you to save time on media queries.
If you for example use rem units, you can specify a font-size (let´s say 16px) for the entire HTML doc and then you only have to change this font-size, for the components to adapt to smaller screens. So just 1 short media query (if no further tweaks are needed).
Feel free to check out the code for my solution on the same challenge or let me know if you have any questions. Hope this will make your life easier!
Happy Coding :)
Patrick
Marked as helpful0
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