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

Html Css

htet-myetโ€ข 480

@htet-myet

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

Lucas ๐Ÿ‘พโ€ข 104,420

@correlucas

Posted

๐Ÿ‘พHello htet, congratulations for your solution!

I've looked your live site and everything seems really good, there are two things you can change in order to improve it. The h1 purple color (thats not the correct one) and the overlay effect.

Here's the fix for the h1 highlighted word:

.insight {
    color: #af5ec3;
    text-decoration: none;
}

Here's fix for the image overlay color:

.spcc-img {
    opacity: 0.8;
    mix-blend-mode: multiply;
    width: 600px;
    height: 450px;
}

.spcc-img-bc {
    background-color: hsl(288deg 46% 57%);
    /* height: 300px; */
}

Hope it helps you, happy coding!

0

htet-myetโ€ข 480

@htet-myet

Posted

@correlucas Thank you for your advice .Next time I'll do correct :).

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