Etudes/BTS/Web/Premiere annee/2CSS5/style.css

17 lines
274 B
CSS
Raw Normal View History

2016-10-14 15:52:18 +00:00
.gif:hover{
background-color: black;
}
.link{
background: url("gnar.jpg");
display: inline-block;
width: 1000px;
height: 500px;
}
.link:hover{
background: url("gnarbig.jpg");
display: inline-block;
min-width: 500px;
min-height: 500px;
}