Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Would refrain from using pixels
What challenges did you encounter, and how did you overcome them?No challenges, easy project
What specific areas of your project would you like help with?N/A
Community feedback
- @JinahCPosted 9 months ago
Your solution looks perfect. I am interested to know why you would refrain from using pixels.
0@IzykGitPosted 9 months ago@JinahC
Using rem instead of pixels is just a better practice because rem scales better than pixels.
There are many different screen sizes today than there was when CSS1 was introduced and many screens have different pixel densities.
REM remains relative to the root HTML element.
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