feat: add html skeleton

This commit is contained in:
Smigz 2023-11-01 15:00:51 -04:00
parent 30369798b5
commit d0ca652845
2 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,6 @@
.container {
justify-content: center;
display: flex;
flex-direction: column;
align-content: center;
}