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

13 lines
156 B
CSS

body{
background-color: #99cc00;
}
h1{
text-align:center;
color: #669900;
text-decoration: underline;
}
ul{
list-style-type: square;
}