Submitted about 2 months ago
Sección de 4 tarjetas con algo de flex y Css grid (por fin)
@juan-mentor
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
De las sombras que he colocado en las tarjetas.
Nombraría desde el principio el display:card.
What challenges did you encounter, and how did you overcome them?La alineación vertical de las tarjetas de los extremos.
No la pude superar, así que apliqué:
.card--super { transform: translateY(-50%); }
- Hice lo mismo con
.card--calcu
;
Claramente en el de alineación vertical de los items.
align-items: center
- No funcionó. Quizás por
- No dar una altura al contenedor padre
- Un error al poner
grid-template-areas: "supervi team calcu"
-
`"supervi karma calcu";`
Cualquier sugerencia o comentario es bienvenido... Un saludo.
Community feedback
- @RASHAFi00Posted about 1 month ago
It is clever how you use few media queries to do just the job, the lighter the faster. Also, your HTML tree looks clean and well built
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