23 lines
No EOL
319 B
CSS
23 lines
No EOL
319 B
CSS
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;
|
|
} |