Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Stats preview card component with HTML and CSS

@eeyvee-0x4d

Desktop design screenshot for the Stats preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

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

Hassia Issah 50,830

@Hassiai

Posted

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 helpful

1

@eeyvee-0x4d

Posted

@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 GitHub
Discord logo

Join 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