Hey! I was wondering if I could have the code and where to put it on to have the logo automatically hover or have it hover when u put ur cursor over it.'
Thanks!

Thanks!
where would I put this?This code might work:
#logo {
transition: 0.3s;
}
#logo:hover {
transform: scale(1.5)
}
You can use other css like hover.css
Extra.csswhere would I put this?
