Design comparison
SolutionDesign
Solution retrospective
I wonder what would be more 'elegant' way to make the image purple? The sizing of the image looks weird in some resolutions (like 800x1000). How should I properly set the size of this image?
Community feedback
- @darryncodesPosted over 3 years ago
Hi Jevgenij
You could try removing your
.purple
class and add alinear-gradient
to your.illustration
class:background-image: linear-gradient(hsl(277, 64%, 61%), hsl(277, 64%, 61%) ), url(../your/image-filepath);
And explore
background-blend-mode
.All the best 🤙
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