Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
I am not satisfied with the color of the image. Despite my research, I haven't found how to do it, it's not like the design image.
Community feedback
- @AkoToSiJeromeEhPosted 6 months ago
Hey ! Great work out there i just notice that you are using filter property in order to match the color overlay of the original design has , i suggest that instead of using filter since you have bg-color in the img container you can use css property which is mix-blend-mode by applying this in the img element you can achieve the same color overlay of the original design. that's all happy coding!!!
img { height: 100%; filter: opacity(40%); // remove this mix-blend-mode: multiply; // add this opacity: 0.7; // you can add this and adjust }
Marked as helpful0@evasa2024Posted 6 months ago@AkoToSiJeromeEh Thanks you so much ! That's what I looked for !
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