+ 1
Can we use animation for link?
if yes, tell me with example.
1 Antwort
0
use psuedo hover, example:
a:link{background-color:green; color:white}
a:hover{background-color:white; color:green}
so we can make link that if we point the link, it will automatically turn background change color,,
tryit