Submitted about 2 years ago
Stats Preview Card Component using CSS Grid & Flexbox
@aatifsohel
Design comparison
SolutionDesign
Solution retrospective
Is my code well written?
How can I minify the code?
feedback is appreciated :)
Community feedback
- @correlucasPosted about 2 years ago
๐พHello Aatif Sohel, Congratulations on completing this challenge!
โ Answering your question:
Your can use this website to minify your code:
https://www.toptal.com/developers/cssminifier
.If you want to add the same effect of the design for the image overlaying it with
purple
there's a shortcut that is by usingmix-blend-mode
with the modemultiply
and with an opacity aroundopacity: 82%
. See the code below:img { mix-blend-mode: multiply; opacity: 82%;}
โ๏ธ I hope this helps you and happy coding!
1
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