@theCephasSubmitted over 2 years ago
Please I will need help with the image(equilibrium) hover. I could not find my way round it. Thanks.
Please I will need help with the image(equilibrium) hover. I could not find my way round it. Thanks.
you'll need to make another div that contains the SVG icon and make it take the width and height of the image and make its opacity 0 and on hover make the opacity 1
/*the div that has the SVG icon*/ .img-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; }
and on hover change the opacity to 1