Design comparison
SolutionDesign
Solution retrospective
Hello, I would like to know if there is a better way to make the image color match as the design in the challenge because I see that my result does not look perfect.
Community feedback
- @mpbrunellePosted over 2 years ago
Nice work, @JRS-Developer
Instead of adding an overlay on the image with a pseudo-element, you could use a blend mode on the image, like this:
.img { mix-blend-mode: multiply; opacity: 0.75; }
Marked as helpful1@JRS-DeveloperPosted over 2 years ago@mpbrunelle Thank you very much, now it looks perfect! :D
0
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