7 lines
No EOL
115 B
CSS
7 lines
No EOL
115 B
CSS
body {
|
|
display: grid;
|
|
place-items: center;
|
|
height: 100vh;
|
|
margin: 0;
|
|
font-family: sans-serif;
|
|
} |