6 lines
94 B
CSS
6 lines
94 B
CSS
|
body {
|
||
|
padding: 0.5em 1em 2em 1em;
|
||
|
text-align: center;
|
||
|
font-family: sans-serif;
|
||
|
}
|