Design comparison
Solution retrospective
this proyect It was complicated for me when I wanted to make it responsive, I appreciate your feedback
Community feedback
- @Esesosa-maxPosted almost 3 years ago
You did the project pretty right. There are two things I will say though,1. to color the image is pretty simple you do not have to absolute position a div on top of the image use the CSS filter property search it out. 2. in my opinion, I feel you did not do your HTML right because you can't use the main as the card container you ought to have another div.container because you will use the main to center everything in the dead center of the screen with flexbox main .container{ display:flex; justify-content:center; align-items:center; min-height:100vh }
Marked as helpful1
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