6 lines
92 B
CSS
6 lines
92 B
CSS
body {
|
|
margin: 1em auto;
|
|
max-width: 800px;
|
|
width: 95%;
|
|
font: 18px/1.5 sans-serif;
|
|
}
|