evasa2024
@evasa2024All solutions
Solution for a simple page using HTML and CSS
Submitted about 1 year agoI am not satisfied with the color of the image. Despite my research, I haven't found how to do it, it's not like the design image.
Blog Preview Card using the pseudo-class :has
Submitted about 1 year agoI'm pretty happy with my version.
Social link profil using the pseudo-class :hover
Submitted about 1 year agoI had trouble with centering. I overcome this using margin-top: 50vh;transform: translateY(-50%); but I'm wondering how to do it cleanly with flexbox.