Design comparison
Solution retrospective
Hi, I feel I used some unnecessary HTML elements, but I couldn't find another way. So, feedback welcome!
Community feedback
- @correlucasPosted about 2 years ago
👾Hello @SantiagoLaraE, Congratulations on completing this challenge!
Great solution! I liked the way you’ve managed the content here. I’ve some tips to improve the solution:
You can use this code shortcut to reach the same color of the challenge. All you need is 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
You need to fix the
container size
that is a bit off, this challenge uses the standard container size that ismax-width: 1110px
.✌️ I hope this helps you and happy coding!
Marked as helpful0
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