9 lines
89 B
CSS
9 lines
89 B
CSS
body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.container {
|
|
max-width: 800px;
|
|
margin: auto;
|
|
}
|
|
|