6 lines
107 B
CSS
6 lines
107 B
CSS
body {
|
|
font-family: sans-serif;
|
|
background-color: #f4f4f4;
|
|
text-align: center;
|
|
margin-top: 50px;
|
|
}
|