First version

This commit is contained in:
2024-03-07 00:17:34 +03:00
parent 0970591d02
commit 1d33cfbf09
16 changed files with 458 additions and 345 deletions

View File

@@ -0,0 +1,9 @@
.main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
min-height: 100vh;
background-color: #303952;
}