Design comparison
SolutionDesign
Solution retrospective
My solution to the stats preview card. Questions: 1)How do I get the image to be the specific color? 2)How do I get the image to remain 50% while I update the rest of the card(in the web view)?
Thanks in advance?
Community feedback
- @MooenzPosted about 3 years ago
you need two properties for background:
- background : url(./image.png) #color;
- background-blend-mode: multiply;
read readme.md in my repository -> https://github.com/Mooenz/frontend-portafolio/tree/main/stats-preview-card-component-main
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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