Stats preview card component

Solution retrospective
Hi guys, if you can help me, I can't put the color in the image at all Thanks =)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @liana5555
You should use the background color: soft violet and the background-image should be the image and add a property called background-blend-mode (google it because I am not really that's the name) and you should set it to multiply.
background-image: url(....) background-color: soft violet (from style guide) background-blend-mode : multiply
I think it should work like that.
Marked as helpful
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