Update style.css

This commit is contained in:
Voxel 2025-04-15 14:57:03 -04:00 committed by GitHub
parent e4f7384841
commit 7775c44b42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}