summaryrefslogtreecommitdiff
path: root/development/css/main.css
blob: 1757765d293a62642e62ac2de1f7dd96027cf8c2 (plain) (blame)
1
2
3
4
5
6
7
body {
    margin: 0;
    height: 100vh;
    display: grid;
    align-items: center;
    justify-items: center;
}