Design comparison
SolutionDesign
Solution retrospective
Is my "rem" unit usage overkill? When is a good time to use rem vs px?
Community feedback
- @jmnyaregaPosted over 3 years ago
Nice work @dstriz09.
-
I don't think there is overkill in using relative units. They are preferable almost in all our code because the text will scale properly will rem/em
-
I will recommend using relative units on media queries [[use em here]] as well 🙂.
-
I suggest changing the cursor when hovering on the buttons, though subtle it will provide a better experience when using the component. cursor: pointer.
1 -
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