Design comparison
Solution retrospective
Every challenge is great exercise for me. I keep reaching my limits. The overlay caused me particular problems and I still find the responsive design difficult. Feedback is always welcome.
Community feedback
- @NathanRayMPosted about 1 year ago
Hello,
Great work! I have some suggestions that you may find helpful. Instead of using overlay for the image and background color, in CSS You could try setting the background color to the container that the image is in. Then, add the mix-blend mode to your image in CSS and set it to multiply and adjust the opacity. I hope this helps.
example:
.image-container{ background-color: hsl(277, 64%, 61%); } img{ mix-blend-mode: multiply; opacity: 0.75; }
Marked as helpful0@Sindy857Posted about 1 year ago@NathanRayM
Thank you very much for your feedback. Thats sounds much easier.
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