rollover css code example
Example: comment changer liens quand survolé html
a {
-webkit-transition: color 2s;
transition: color 2s;
}
a:hover {
color: green;
}
a {
-webkit-transition: color 2s;
transition: color 2s;
}
a:hover {
color: green;
}