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

Fo 100

@Foparty

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


interesting using filters

Community feedback

Hassia Issah 50,670

@Hassiai

Posted

Replace <h2> with <h1> to fix the accessibility issue.

For the color of the image, give .img_container a background color of soft violet and mix-blend-mode: multiply and opacity: 0.8 to the img

.img_container{
background-coloe: hsl();
}
img{
mix-blend-mode: multiply;
opacity: 0.8;
}

In the media give .data-container a gap value for the space between them. gap: 4rem

Hope am helpful.

Well done for completing this challenge. HAPPY CODING

0

Fo 100

@Foparty

Posted

@Hassiai thanks a lot. there are so many options on css that sometimes i just go the hard rout for not remembering the easy ones!

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