TheMathWizard/style.css
2022-12-10 14:01:23 +01:00

6 lines
No EOL
90 B
CSS

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