Responsive webpage using HTML and CSS

Solution retrospective
Hello guys. Let me know what you guys think about this webpage. Any feedback to make this better is appreciated. Thanks in advance!
P.S.: I would like to know how to add color to an image i.e. needed here for this challenge. I added filter with opacity. It did get the job done but it doesn't look exactly as shown in the design.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mdajmalshadab
That's very good work! keep doing new challenges :)
Marked as helpful - @jason12119
I'm not sure if you can add colour to an image in css. What I do is that I make an absolute positioned overlay with a background colour. You can either set the alpha channel of the colour for transparency, or you can use opacity (opacity can be animated, not sure if colour change can)
Marked as helpful
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