Submitted almost 3 years ago
Tarjeta 3 columnas || CSS GRID || FLEXBOX || SASS
@Antonmarchitec
Design comparison
SolutionDesign
Solution retrospective
¡Ayúdame mejorar y cuéntame si te gusta la solución final que le di a este desafío!
Community feedback
- @ChristBMPosted almost 3 years ago
Hola Antonio muy buen trabajo. Me estuve fijando que al hacer el redimensionamiento de la pantalla entre 423px y 800px de ancho las card se achata. Esto lo puedes mejorar si pones el mediaquery a partir del ancho de 930px (para este reto en particular)
@media screen and (min-width: 930px) { // aquí pon los estilos que quiere que tenga tu card cuando se esté viendo desde una pantalla de escritorio }
Marked as helpful0@AntonmarchitecPosted almost 3 years ago@ChristBM Muchísimas gracias lo tomaré en cuenta!
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