A voir également:
- Html et css
- Editeur html - Télécharger - HTML
- Css download - Télécharger - HTML
- Comment mettre un texte sous une image html - Forum CSS
- Css exposant ✓ - Forum CSS
- Enlever soulignement lien css - Astuces et Solutions
1 réponse
A.A_type2:link {
color: #E75A85;
text-decoration: none;
font-weight : bold;
font-family : Geneva, Arial, Helvetica, sans-serif;
}
A.A_type2:visited {
color: #E75A85;
text-decoration: none;
font-weight : bold;
font-family : Geneva, Arial, Helvetica, sans-serif;
}
A.A_type2:hover {
color: #757986;
text-decoration: none;
font-weight : bold;
font-family : Geneva, Arial, Helvetica, sans-serif;
}
A.A_type2:active {
color: #E75A85;
text-decoration: none;
font-weight : bold;
font-family : Geneva, Arial, Helvetica, sans-serif;
}
<a href='#' class='A_type2'>Petit dejeuner</a>
color: #E75A85;
text-decoration: none;
font-weight : bold;
font-family : Geneva, Arial, Helvetica, sans-serif;
}
A.A_type2:visited {
color: #E75A85;
text-decoration: none;
font-weight : bold;
font-family : Geneva, Arial, Helvetica, sans-serif;
}
A.A_type2:hover {
color: #757986;
text-decoration: none;
font-weight : bold;
font-family : Geneva, Arial, Helvetica, sans-serif;
}
A.A_type2:active {
color: #E75A85;
text-decoration: none;
font-weight : bold;
font-family : Geneva, Arial, Helvetica, sans-serif;
}
<a href='#' class='A_type2'>Petit dejeuner</a>