Design comparison
Solution retrospective
My first completed project. Really enjoyed applying some of the principles I have been learning! I would like feedback on:
How to get the right color overlay for the image as I can't seem to fine-tune it to the same purple;
When in mobile mode, I can't get rid of the margin of the bottom h3 element, despite using @media query of h2 in the form: .headings:last-child { margin: none; } This doesn't take the margin off it.
Otherwise, thank you for looking and if you spot anything I didn't, I'm happy to receive feedback!
Community feedback
- @b4n1y4Posted over 3 years ago
For color, you should use the following code: mix-blend-mode: multiply; on your #overlay element. Try this and tell me if it works...
Marked as helpful0@GersonHarebPosted over 3 years ago@b4n1y4 Ritesh, You're an absolute legend! Thank you so much.
0@Tom2612Posted over 3 years ago@b4n1y4 Doesn't seem to help, instead the image becomes very dark, thanks for your suggestion though! I must be doing something wrong here...
0@b4n1y4Posted over 3 years ago@Tom2612 hey, you can check out my code for reference...
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