Design comparison
Community feedback
- @correlucasPosted over 2 years ago
๐พHello Adriano, congratulations for your solution!
I liked a lots the work you've done here, the container is super fluid and responsive, thats nice!
I saw that you've used the tag
<picture>
but then imported the images usingbackground-image
. I dont think this is the best use for picture. Its better you insert both images inside the html. Also because if you want o to apply the effect overlay on the photo, to match the challenge, its better you use the image from the html to then apply the overlay effect, see the code below:img { mix-blend-mode: multiply; opacity: 0.8;}
Hope it helps and happy coding!
Marked as helpful0@achambelPosted over 2 years ago@correlucas good point! I've made the changes Thanks a lot
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