Etudes/BTS/Web/Premiere annee/2CSS3/style.css
2016-10-14 17:52:18 +02:00

16 lines
214 B
CSS

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;
}