Etudes/BTS/Web/Premiere annee/CSS3/style.css

13 lines
129 B
CSS
Raw Normal View History

2016-10-14 15:52:18 +00:00
a{
font-style: italic;
color: blue;
}
a:visited{
color: green;
}
a:hover{
font-weight: bold;
color: blue;
}