Design comparison
SolutionDesign
Solution retrospective
how does the image get that color? is it possible with css?
Community feedback
- @Sahil-YadavPosted over 3 years ago
One thing you can do is giving the image that color background and then blend it with the background Or you can implement the image through css background-image property and then use linear-gradient.
1 - @palgrammingPosted over 3 years ago
you might want to look at this https://css-tricks.com/almanac/properties/m/mix-blend-mode/"
1@adilsongbPosted over 3 years agoThanks! didn't know about this property, it worked really well 😁💙
0 - @hamzazerdevPosted over 3 years ago
Yes with the filter proprety
0@adilsongbPosted over 3 years ago@hamzazerdev I tried to use the filter property, but I didn't like the result ...
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