Design comparison
SolutionDesign
Solution retrospective
Hello everyone, I completed the image part of this challenge using mix-blend mode but could not find the perfect value for it to look like the one in the challenge. any idea?
Community feedback
- @correlucasPosted about 2 years ago
๐พHello Mahdi, congratulations for your solution!
I've checked your code and probably the problem you had was due the old class called
overlay
.See the code below:
.overlay { /* position: absolute; */ /* inset: 0; */ /* background-color: white; */ /* opacity: 0.1; */ } .profile img { mix-blend-mode: multiply; opacity: 75%; }
All you need now is to delete this old
overlay
and applyopacity: 75%
for the mix-blend-mode .Marked as helpful1@MahdiSohailyPosted about 2 years ago@correlucas Thank you for your support. It was really helpful.
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