Design comparison
SolutionDesign
Community feedback
- @visualdennissPosted over 1 year ago
Nice work there!
About the color effect on the images, there is an easy way actually that will get you closer result to the design as well:
- Wrap the image into a container div instead.
- Then just give that container of the img a background color like hsl(277, 64%, 61%),
- then apply this css rules to the img: mix-blend-mode: multiply; opacity: .75;
Hope you find my feedback helpful!
Marked as helpful0@TineMSPetersenPosted over 1 year ago@visualdenniss Thank you! Managed to fix it in another way (Before seeing this comment) because I had simply forgot about the overlay before submitting, but this is a much quicker and more efficient method than the one I made, so I will try that out - Thank you!
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