making login page beautiful

This commit is contained in:
2025-09-01 15:06:03 +03:00
parent 96cc825985
commit a918b831a7
5 changed files with 220 additions and 38 deletions

16
src/pages/login/login.css Normal file
View File

@ -0,0 +1,16 @@
.login-div {
display: flex;
height: 100%;
justify-content: flex-end;
align-items: center;
border: 1px solid green;
}
.login-right-div {
display: flex;
height: 100%;
justify-content: flex-end;
align-items: center;
flex-direction: column;
border: 1px solid blue;
}