+ 7
Need help CSS hover effect not working.
I'm trying to create a pulse effect on hover but it's not working can anyone tell me what I did wrong ... ? https://code.sololearn.com/WrA11t43zQ8l/?ref=app
4 odpowiedzi
+ 52
is this ok?
https://code.sololearn.com/WU82y548U57p/?ref=app
+ 8
you mean this
add and ssee
.main:hover{
-webkit-animation:pulse 3s linear infinite;
}
+ 6
I want to animate the background shadow not the main div.
+ 5
@Elizabeth not exactly but not a problem I made changes in the DOM. It's working just fine.