Submitted over 2 years ago
Responsive Stats Preview Card Component using flexbox grid
@Thiagovasc
Design comparison
SolutionDesign
Solution retrospective
How can i improve this code? What were my mistakes?
Community feedback
- Account deleted
Nice works. Some stuffs are missing like mobile responsive. Do some media query. You can use blend mode to make reddish overlay.
.card-image { background-color: var(--SoftViolet); } .card-image img { mix-blend-mode: multiply; /* blend its parents background-color */ }
then remove
.card-image::after
things. It will make a perfectly reddish overlay without using::after
.Marked as helpful0@ThiagovascPosted over 2 years ago@EthenPage Thanks for the tip, yes I haven't done the mobile version yet
0
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