7 lines
95 B
CSS
Executable File
7 lines
95 B
CSS
Executable File
body {
|
|
font-family: system-ui, sans-serif;
|
|
max-width:960px;
|
|
margin:0 auto;
|
|
padding:2rem;
|
|
}
|