Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
I don't know how to put the purple overlay on the image.
Community feedback
- @motuncodedPosted 4 months ago
Congratulations on first attempt !!! Having the container can be done by centering it
display:flex; justify-content:center; align-items:center; min-height:100vh }
for the purple color, using this will help give the image the purple color.
img{ filter: invert(9%) sepia(16%) hue-rotate(227deg) saturate(1522%) contrast(100%) brightness(54%); }
I hope you found this useful
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