Responsive landing page using Html, CSS, Flex

Solution retrospective
The problem I really encounter while coding this is my inability to develop a general css code for all selector. how can I improve on that?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @pranav1597
Good work. I think you need to change the background image when you hover over the pic, the pic is not clear. add
background: url(images/image-equilibrium.jpg), url(images/icon-view.svg), rgba(62, 255, 207, 0.2) (color can be anything you like) ;
to the image:hover and also addbackground-blend-mode: overlay;
. The overlay will work. Hope it helps, happy coding
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