Design comparison
SolutionDesign
Solution retrospective
Please tell how to make the image color purple(as shown in given task)
Community feedback
- @frontendsultanPosted over 3 years ago
wrap the img element with a div and give that div tag a background-color of purple color mentioned in styles. Next, add a css property 'mix-blend-mode' in img element styles For example:-
div { background-color:purple } img { mix-blend-mode:multiply; }
0 - @anjorraoPosted over 3 years ago
Hey, your layout looks great! You can add an overlay by using pseudo-elements. Hope this will help you. Reference link: http://jsfiddle.net/6Mt3Q/
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