Design comparison
SolutionDesign
Solution retrospective
I have a problem with filter to image. Can you tell me how you can do it?.
console.log("hello");
Community feedback
- @seekinfoxPosted about 3 years ago
i used background for changing and adding color filter on top of that.
background: url("image-link"), rgba(0, 0, 0, 1);
orbackground: linear-gradient(color, color), url(" ");
i think you can also use css
filter
for this effect, look it up on google. ;)1@Sergio-Ivan-MelgarejoPosted about 3 years ago@seekinfox Thank you, i try with your advice.
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