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

5 lines
90 B
CSS

div p:first-child{
font-weight: bold;
font-style: italic;
text-indent: 50px;
}