Design comparison
Solution retrospective
Se me ha dificultado lograr el color exacto de la imagen.
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Martín, Congratulations on completing this challenge!
Great solution and great start! By what I saw you’re on the right track. I’ve few suggestions to you that you can consider to add to your code:
The way you’ve applied the purple color is fine, but if you want the exact color tone of color of the challenge designs, you need to use
mix-blend-mode
to make the color blend between the image and the background-color of the container. See the steps below to apply to theimg
orpicture
selector:img { mix-blend-mode: multiply; opacity: 75%;}
✌️ I hope this helps you and happy coding!
Marked as helpful1@mescobar89Posted about 2 years ago@correlucas Hello Lucas! The truth was very motivating to see that when uploading my first project someone has been interested so quickly. Mix-blend-mode was exactly the way to get the result you were looking for. This time call the image from the html and apply it to it. I am very grateful for your help, I send you a big hug and thanks for everything!
1
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