Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

comment changer liens quand survolé html

a {
    -webkit-transition: color 2s;
    transition: color 2s;
}
a:hover {
    color: green;
}
Source by waytolearnx.com #
 
PREVIOUS NEXT
Tagged: #comment #changer #liens #quand #html
ADD COMMENT
Topic
Name
5+4 =