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

stat preview card component using Css Grid

@george5-star

Desktop design screenshot for the Stats preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

hitmorecode 6,230

@hitmorecode

Posted

Nice well done. The overlay is not like the one on the design file, here is how to fix this

.imgOverlay {
  background-color: hsl(277, 64%, 61%); /* change the background color to this */
  width: 100%;
  min-height: 446px;
/* add these two lines to make the overlay look like the one on the design file */
  mix-blend-mode: multiply;
  opacity: 0.8; /* you can play with the opacity until you are happy with the result */
}

Marked as helpful

0

@george5-star

Posted

@hitmorecode Thank you for the feedback

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