Design comparison
SolutionDesign
Solution retrospective
How do you set the "purplescale" filter for the image?
Community feedback
- @imadvvPosted over 2 years ago
Greeting Iwan Haryatno, congratulations for your solution!!
to To add purplescale overlay effect for the image, you can use either
filter
ormix-blend-mode
,example fix
.image-header::after { content: ""; background-color: hsla(277, 64%, 36%, 0.85); position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 0.5rem 0.5rem 0 0; mix-blend-mode: multiply; }
Hope this help!!
Happy Codding, and Have a Good Day/Night
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