Design comparison
SolutionDesign
Community feedback
- @Z-NajdaouiPosted almost 2 years ago
I learned some things from your code, Thanks :) But I have question why you work with "rem" A LOT ?
0@kevcb1988Posted almost 2 years ago@Z-Najdaoui Hola, gracias por tu comentario. En cuanto a tu pregunta leí que era una buena práctica para no estar saltando entre em y rem. Normalmente el 1rem = 16px. Entonces en el tag html convierto la tipografía general al 62.5% para que mis medidas en general las maneje de 10 en 10.
html{ font-size: 62.5%; }
1rem = 10px
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