10 lines
119 B
CSS
10 lines
119 B
CSS
body {
|
|
text-align: center;
|
|
background-color: green;
|
|
}
|
|
|
|
ul {
|
|
padding-top: 5px;
|
|
display: inline-block;
|
|
}
|