commit
This commit is contained in:
parent
7f5e401900
commit
2be1074ce5
12 changed files with 291 additions and 82 deletions
23
src/pages/Login.css
Normal file
23
src/pages/Login.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
body {
|
||||
text-align: center;
|
||||
background-color: #66c6d6;
|
||||
}
|
||||
|
||||
.login {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.input {
|
||||
padding: 7px 10px;
|
||||
border-radius: 15px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.button {
|
||||
padding: 7px 10px;
|
||||
border-radius: 15px;
|
||||
border: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue