evasa2024
@evasa2024All solutions
- Submitted 6 months ago
Solution for a simple page using HTML and CSS
- HTML
- CSS
I 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.
- Submitted 6 months ago
Blog Preview Card using the pseudo-class :has
- HTML
- CSS
I'm pretty happy with my version.
- Submitted 6 months ago
Social link profil using the pseudo-class :hover
- HTML
- CSS
I 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.