Design comparison
SolutionDesign
Community feedback
- @visualdennissPosted over 1 year ago
Hey Kinga,
very nice work with the stats preview card!
I have a suggestion regarding the color filter on the img:
- remove opacity: 0.7 and filter:brightness(0.8) from the .image-container.
- instead add to .image-container img { mix-blend-mode: multiply; opacity: 0.75;}
and now it should look much closer to the actual design :) Also add object-fit: cover; to the img to prevent it from being distorted.
Hope you find this feedback helpful!
Marked as helpful1
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