Revamp vanilla-app

This commit is contained in:
Jerome Wu
2023-08-05 14:41:45 +08:00
parent 2a757fc760
commit 4d559bd267
12 changed files with 133 additions and 61 deletions

View File

@@ -0,0 +1,10 @@
html, body {
margin: 0;
width: 100%;
height: 100%
}
body {
display: flex;
flex-direction: column;
align-items: center;
}