Design comparison
SolutionDesign
Solution retrospective
Hello, I would like a global opinion on my realization. Thank you in advance for your feedback!
Community feedback
- @darryncodesPosted almost 3 years ago
Hi Lucas,
Great design, you've nailed the responsive design.
- 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);
this will help achieve a closer match to the purple in the design, rather than the overlay approach - you also need to explore
background-blend-mode
. (multiply
usually does the trick)
Hope that helps
Marked as helpful1@LucasTamayaPosted almost 3 years ago@darryncodes, thank's for your answer, it helps me a lot ! I'm going to study the background-blend-mode because I didn't know this technique at all.
0 - you could try adding a solid
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