Area de estilo (css) usando o site "https://uiverse.io/"
Design comparison
Solution retrospective
Tenho que melhorar na parte do CSS , pois ainda deixo a desejar em coisas simples.
Community feedback
- @AdrianoEscarabotePosted about 1 month ago
Hi Rone J Santos, how’s everything? I think your project turned out great! However, I have some feedback that I think might be useful:
Consider using
rem
for font sizes. When font sizes are set in absolute units like pixels, users can't adjust the text size based on their preferences. Relative units likerem
adapt to the screen size and user settings, making them more flexible across various devices.If you'd rather keep using
px
, you can download a handy VS Code extension that converts pixels torem
automaticallylink -> px to rem
The rest is amazing.
I hope this is helpful. 👍
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