Design comparison
Solution retrospective
¿Cómo se puede hacer una página Responsive con html y css?
Community feedback
- @JAsaxonPosted almost 2 years ago
Hello! The size of the card should not change with the size of the screen! you should use constant measurements in either EM or PX for the width of the card. you should also try to keep media queries to a minimum and in this case they are not required at all. also if you are to use media queries you dont need to specify both a min and a max, remember that css is cascading meaning that the styles further down replace the proprieties higher up if need be, apart from that it is recommended to use variables for the colors so that you can edit them all from the same place. Apart from that ,great work!
Marked as helpful0@andres-brinezPosted almost 2 years ago@JAsaxon muchas gracias por tus aportes y recomendaciones, las tendré en cuenta para próximos proyectos
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