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

13 lines
156 B
CSS
Raw Normal View History

2016-10-14 15:52:18 +00:00
body{
background-color: #99cc00;
}
h1{
text-align:center;
color: #669900;
text-decoration: underline;
}
ul{
list-style-type: square;
}