Design comparison
Community feedback
- @faha1999Posted about 2 years ago
Hello, Gelcimar Moraes Congratulations on finishing this project. It's lovely and great on the whole! Just a little tip:
-
remove
margin: 0 auto;
from the.container
-
Instead of using
px
, use relative units likerem or em
to get better performance when the information on your page needs to be resized for multiple screens and devices.REM
andEM
apply to all sizes, not justfont-size
. You can code your entire page inpx
and then, at the very end, use the VsCode pluginpx to rem
to perform the automatic conversion px to rem
I hope it will work. Happy coding.
Marked as helpful1@GelcimarMoraesPosted about 2 years ago@faha1999 Thank you so much, I will followed your instructions.
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