Avatar of David Schure
David Schure

asked on 

Changing background on hover.

I would like to make the background lighter on hover.  What I have is not working. Its on the streaming services.  Amazon, etc.
http://mediascrubber.com/index.html

<div>
  	<a href="">
    <img src ="socials\music-service_amazon.svg" class="service">
    </a>
</div>

Open in new window


.service a:hover {
	transition: background-color .3s ease;
    background-color: #9f9145;
	}

Open in new window

CSS

Avatar of undefined
Last Comment
Zakaria Acharki

8/22/2022 - Mon