Stats preview card component - SCSS

Solution retrospective
I have no idea how to replicate the overlay color on top of the black and white image provided
Please log in to post a comment
Log in with GitHubCommunity feedback
- @daniloarcidiacono
Didn't try this challenge yet, but I can think of two ways to tint the image with CSS:
-
Using a suitable combination of filters (see https://codepen.io/sosuke/pen/Pjoqqp);
-
Applying an overlay (with position absolute/relative) with a semi-transparent background color;
-
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