13 lines
156 B
CSS
13 lines
156 B
CSS
|
body{
|
||
|
background-color: #99cc00;
|
||
|
}
|
||
|
|
||
|
h1{
|
||
|
text-align:center;
|
||
|
color: #669900;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
ul{
|
||
|
list-style-type: square;
|
||
|
}
|