add: merged front with back
This commit is contained in:
parent
1832ed12ec
commit
48f50a1daa
42 changed files with 5458 additions and 20 deletions
23
front/src/pages/Login.css
Normal file
23
front/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