Logo hover effect with CSS transitions.
-
Hi,
I am a bit of a beginner at CSS so I thought that I would post here.
After scouring the internet, I found a bit of code that would make my logo have a hover effect.
#header #logo img:hover { opacity: 0.7; }
However, I want it to fade nice and smooth. I have tried to use snippets of other codes but to no avail. If anyone can give me the correct code to make it fade to ‘opacity: 0.7’ upon hovering, that would be great!Website link: https://jsaudio.net
Thanks in advance!
The topic ‘Logo hover effect with CSS transitions.’ is closed to new replies.