Design comparison
SolutionDesign
Solution retrospective
I struggled a lot trying to tint the base image to the right shade and tried several methods, please if anyone has a different method that gets the desired results let me know, right now the filter option in CSS isn't giving me the best results, also if there is anyway to improve my code let me know! thanks all feedback is welcomed!
Community feedback
- @xsaulPosted over 2 years ago
Hello Keagan! I believe doing this will add the right color: .main2::after{ position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; background-color: hsl(277, 64%, 61%); opacity: 0.6; }
Try it and tell me if it worked 😃
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