Stats preview card component with HTML and CSS
Design comparison
Solution retrospective
Hey guys and for our today's challenge. I spent hours hours debugging that should have not existed in the first place if I am not soooooooo stupid.
Community feedback
- @HassiaiPosted almost 2 years ago
For the color of the color of the image, give to img_wrapper a background-color of soft violet, and give the img a width of 100%, height of 100%, mix-blend-mode: multiply, object-fit: cover and opacity: 0.8.
img__wrapper{ background-color: hsl(); } img{ width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; opacity: 0.8; }
Give .card__content a padding value for all the sides and increase the padding value .
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
Marked as helpful1@eeyvee-0x4dPosted almost 2 years ago@Hassiai Thanks a lot. I tried playing with filter and went ballistic because I cant get it right lmao.
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