Design comparison
Solution retrospective
Is this good enough ?
Any feedback are welcome !
Community feedback
- @correlucasPosted about 2 years ago
๐พHello again Soytto, congratulations for your new solution!
๐ Nice solution and nice code! I can see that you paid a lot of attention to your code/design. If you donโt mind Iโve some tips for you:
All you need to have your image with the same color purple for this challenge is to add
opacity: 76%
to make the color blend with the background, justmix-blend-mode
its not enought because the current color is too dark, make it smoother with theopacity
img { opacity: 76%; mix-blend-mode: multiply; }
โ๏ธ I hope this helps you and happy coding!
Marked as helpful0@SoyttoPosted about 2 years ago@correlucas Wow thank you ! That's a great compliment for me !
The solution was that simple ? haha it's seems evident now
I fixed it ! Thank you so much !!
1@correlucasPosted about 2 years ago@Soytto it's not simple ๐ it's simple once you finish it, I struggled a lots until I understood how to make the effect over the img
0@SoyttoPosted about 2 years ago@correlucas haha yes you're right, well I guess I need to pay more attention next time :p
1@SoyttoPosted about 2 years ago@correlucas haha yes you're right, well I guess I need to pay more attention next time :p
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