First working frontend for the login

This commit is contained in:
cami 2021-06-21 03:51:15 +02:00
parent 9c0b57dbf8
commit 514de0e4ae
5 changed files with 64 additions and 0 deletions

View file

@ -45,3 +45,12 @@
color: #fff;
font-size: 100px;
}
.sitePage {
height: 90vh;
display: flex;
justify-content: center;
}
.sitePage h1 {
font-size: 80px;
}