Design comparison
SolutionDesign
Community feedback
- @kylekasprzykPosted over 1 year ago
Great job on your solution!
Instead of using pixels in
font-size
, use relative units like rem or em. The font-size in absolute units like pixels does not scale with the user's browser settings. Check out this article.Example
font-size: 1.375rem;
Check out the wall of fame page and you'll find some inspiration from other members in the Frontend Mentor community.
Happy Coding!
Marked as helpful1
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