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---frontend-mentor-challenge

ajrm16 70

@ajrm16

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


What specific areas of your project would you like help with?

Please check my code for responsiveness. I do appreciate any help to improve my skills. Thank you and have fun coding.

Community feedback

Adriano 36,770

@AdrianoEscarabote

Posted

Hi ajrm16, how are you doing? I really loved the outcome of your project, but I have a few suggestions that I think might be helpful:

To get closer to the photo overlay effect, you'd better use mix-blend-mode. All you need is the div under the image with this background color: hsl(277, 64%, 61%); and position mix-blend-mode: multiply and opacity: 80% on the image or apply image to activate the overlay by blending the image with the div's color. See the code below:

img {
    mix-blend mode: multiply;
    opacity: 80%;
}

The rest is excellent.

I hope you find it useful. 👍

Marked as helpful

0

ajrm16 70

@ajrm16

Posted

Thank you @AdrianoEscarabote , ill definitely try your suggestion!

1

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