Design comparison
Solution retrospective
Another challenge similar to the previous ones but this time I tried to use new things I'm learning, like improving semantic HTML5 markup, CSS Grid, custom Properties and Mobile-first workflow.
Any advices?
Community feedback
- @grace-snowPosted almost 2 years ago
It’s really important to never use px for font size, letter spacing or line height
If you use letter spacing in px it will break when people change their font size because your rem sizes will scale but the px will not. Letters can end up overlapping each other
Instead, I recommend em for letter spacing so it always scales with its font
Marked as helpful2@VitorMagnagoPosted almost 2 years ago@grace-snow Damn, I missed that detail, I didn't notice.
Thanks again for the feedback, you always give great advices that I've been using to improve my skills.
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