mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 05:33:40 -05:00
Update style.css
This commit is contained in:
parent
e4f7384841
commit
7775c44b42
1 changed files with 19 additions and 0 deletions
|
@ -76,3 +76,22 @@ input, button {
|
|||
font-size: 1.2em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.auth-container {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
max-width: 400px;
|
||||
margin: 50px auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.auth-container input {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
margin-top: 10px;
|
||||
background: #eee;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
color: black;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue