Eklablog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

Tutorial, CSS, HTML

 

Efecto para enlace

1. http://www.cristalab.com/curso-html/trucos-css/
2. http://www.w3.org/Selectores_avanzados_de_CSS



CSS

/* links normales */
a:link {
text-decoration: none;
color: #00a ;
}
/* visitados */
a:visited {
color: #a00 ;
}
/* hover */
a:hover {
text-decoration: underline;
}
/* activos
a:active {
font-weight: bold;
}

 

Retour à l'accueil
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article