Responsive Stats Preview Card

Solution retrospective
Hey guys, just finished this challenge which took me more than a week. Thought I understand CSS but I guess not. #smile I would love if y'all can assess this and give me feedback for improvement. Thanks!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @aliabuhumra
Great job, but I have a few notes
1 - add background-color : hsl(277, 64%, 61%); to <div class="img"/>
2- add this styles for img tag .img{ background-color : hsl(277, 64%, 61%); } .img img { display: block; mix-blend-mode: multiply; opacity: 0.8; }
Marked as helpful - @Zeighnab
Thanks . really appreciate! will try this out ASAP!
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