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

16 lines
214 B
CSS
Raw Normal View History

2016-10-14 15:52:18 +00:00
img + p{
font-style: italic;
border: 1px solid black;
border-style: dotted;
}
.pPrecedent{
font-weight: bold;
background-color: black;
color: white;
}
img{
border: double 5px black;
}