css, flexbox, media queries

Solution retrospective
Hi there,
feel free to analyse and use my code. your feedback is very welcome.
Thanks!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @darryncodes
Hi Marc,
Really appreciate this solution, nice work!
As an alternative to the overlay you can try:
- you could try adding a solid
linear-gradient
to a background image:background-image: linear-gradient(hsl(277, 64%, 61%), hsl(277, 64%, 61%) ), url(../your/image-filepath);
- you'd also need to explore
background-blend-mode
. (multiply
usually does the trick)
All the best!
- you could try adding a solid
Join 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