Submitted over 2 years agoA solution to the Stats preview card component challenge
Stats preview card component main using grid
accessibility, bem, progressive-enhancement
@shashikantdev3

Solution retrospective
What I learned
In this project, I learned about blending colour with images. Below are the HTML and CSS codes.
<div class="stats__image">
</div>
.stats__image{
background-image: url(./images/image-header-mobile.jpg);
background-size: cover;
background-color: var(--clr-soft-violet);
background-blend-mode: darken;
}
Any recommendations, feedback and advice to improve my project or skills are welcome. :D
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Shashikant's solution.
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