10 lines
207 B
CSS
10 lines
207 B
CSS
body {
|
|
font-family: system-ui, sans-serif;
|
|
margin: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-height: 100vh;
|
|
}
|
|
h1 { color: #333; } |