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

19 lines
188 B
CSS
Raw Permalink Normal View History

2016-10-14 15:52:18 +00:00
.gras{
list-style-type: circle;
}
.italique{
list-style-type: disc;
}
.normal{
list-style-type: square;
}
.bold{
font-weight: bold;
}
.italic{
font-style: italic;
}