Stats preview card component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @NathanRayM
Hello,
Great job! This looks really good. I have a suggestion to help you get the right side closer to the design. Add a background color to your image container and then use mix-blend mode: multiply, and opacity on the actual image.
For Example:
.image { background-color: hsl(277, 64%, 61%); } img { mix-blend-mode: multiply; opacity: 0.75; }
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