Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
filter
Community feedback
- @chirag-bishnoiPosted 7 months ago
There are two ways to achieve that filter effect to my knowledge, you can either use ::before/::after pseudo element but that would be a lot of code to write, or the better way would be to give your .image class a background of purple and then use
mix-blend-mode: multiply;
on your img tag.Marked as helpful0@JaviVaSuPosted 7 months ago@chirag-bishnoi Thanks for the suggestions
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