10 lines
124 B
CSS
10 lines
124 B
CSS
|
body {
|
||
|
background-color: #ddd;
|
||
|
color: #333;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
li {
|
||
|
list-style: decimal-leading-zero;
|
||
|
}
|