login pages are done

This commit is contained in:
Nikolai Petukhov
2024-09-21 17:03:09 +03:00
parent 93ed4ce7fc
commit 2a56274ca9
22 changed files with 248 additions and 32 deletions

View File

@@ -23,3 +23,9 @@
margin: 3rem;
}
.headerPos {
position: absolute;
top: 3vw;
right: 3vw;
}

8
src/pages/css/input.css Normal file
View File

@@ -0,0 +1,8 @@
.LoginList {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 2rem;
}