team-big/style.css

10 lines
124 B
CSS

body {
background-color: #ddd;
color: #333;
text-align: center;
}
li {
list-style: decimal-leading-zero;
}