Design comparison
SolutionDesign
Community feedback
- @visualdennissPosted over 1 year ago
Good work there!
Here is a tip regarding the blending of tones on the image. You don't need overlay for this. Just add background color ( background: hsl(277, 64%, 61%); to the container of the image, then for the img, picture, video, canvas, svg { display: block; max-width: 100%; mix-blend-mode: multiply; opacity: .75; }
Hope you find this feedback helpful!
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