I'm looking to add a simple hover effect to the images AboutUsLink.png
and AboutUsColourLink.png
, but I'm unsure of the process.
Here is the HTML code:
<section class="link1">
<a href="#SecondLink"><img src="images/LogoAndLinks/AboutUsLink.png"></a>
</section>
And here is the corresponding CSS code:
.link1 {
height: 100px;
width: 100px;
margin: auto;
bottom: 0;
left: 0;
top: 0;
right: 0;
margin-top: 35%;
margin-left: 22%;
position: absolute;
z-index: 1;
}