Design comparison
SolutionDesign
Solution retrospective
Hi everyone!
I have a question about the img properties. The main challenge is to set the image with a purple kind of filter. Honestly, I was not able to deal with that.
Any feedback is welcome, and thank u so much 👋🏼
Community feedback
- @RntPscPosted over 3 years ago
For color background:
width: 50%; background: url(../images/image-header-desktop.jpg), hsla(277, 64%, 50%, 0.6); background-repeat: no-repeat; background-position: center; background-size: cover; background-blend-mode: multiply; border-top-right-radius: 10px; border-bottom-right-radius: 10px;
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