Design comparison
SolutionDesign
Community feedback
- @shwertsPosted 2 months ago
Hi! Very good, here's what you should know:
- Avoid using fixed
height
, consider usingmin-height
for body to not overflow container; - Never use
px
to adjust font sizes, you can read this article to know why; - Have a look at CSS Reset like this one;
- Use relative units for most styles. For example: spacing, text adjusting
I should admit you have a good starting point! Keep on going
1 - Avoid using fixed
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