TheMathWizard/style.css
2022-12-10 13:25:38 +01:00

7 lines
No EOL
115 B
CSS

body {
display: grid;
place-items: center;
height: 100vh;
margin: 0;
font-family: sans-serif;
}