Design comparison
SolutionDesign
Community feedback
- @grace-snowPosted over 1 year ago
Html looks good to me except you should never have text in a div/span alone. So I’d wrap that score bit in a paragraph instead of div.
Well done
0@grace-snowPosted over 1 year agoA couple of accessibility issues on this
-
You have
font-size: 18px;
in the css. You need to convert that to rem so that user font sizes can be honoured. It’s extremely important to never use px for font sizing -
Similar, write media query declarations with rem/em so they scale with user font size settings too.
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