Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted over 1 year ago
Congratulations well done. Just a few things you can change
--Soft-violet : hsl(277, 64%, 61%); /*(accent)*/ /* remove the alpha channel */ .image .transp { position: absolute; width: 100%; height: 100%; /* z-index: 999; */ background-color: var(--Soft-violet); mix-blend-mode: multiply; /* add this line to blend the overlay and the image */ opacity: 0.8; /* play with the opacity until you are happy with it */ }
Marked as helpful0
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