10 lines
167 B
CSS
10 lines
167 B
CSS
/* #docregion */
|
|
main {
|
|
padding: 1em;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
text-align: center;
|
|
margin-top: 50px;
|
|
display: block;
|
|
}
|
|
/* #enddocregion */
|