Submitted 10 months ago
Blog preview card using HTML and CSS
@GabrielCarrillo93
Design comparison
SolutionDesign
Solution retrospective
Una nueva solución a un challenge. Esta vez fue uno bastante simple, aunque estuve a punto de publicar la solución sin ver que el hover también tenía que afectar el box-shadow, así que mi solución fue hacer lo siguiente
` main:hover{
h1{
color: var(--yellow);
}
box-shadow: 10px 10px var(--black);
}
`
La sintaxis es similar a como se haría con SASS y sorprendentemente funciona también con CSS.
Comentarios y feedback son aceptados con gusto
Community feedback
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