Update style.css

This commit is contained in:
Sam 2023-04-04 14:53:07 +03:00 committed by GitHub
parent 268883984f
commit 9457940d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ body{
background: rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .1);
box-shadow: 0 25px 45px rgba(0, 0, 0, .1); box-shadow: 0 25px 45px rgba(0, 0, 0, .1);
border: 1px solid rgba(255, 255, 255, .5); border: 1px solid rgba(255, 255, 255, .5);
padding: 50px; padding: 30px;
border-radius: 15px; border-radius: 15px;
flex-direction: column; flex-direction: column;
margin-top: 80px; margin-top: 80px;
@ -81,6 +81,7 @@ body{
font-size: 14px; font-size: 14px;
transition: ease-in .1s; transition: ease-in .1s;
text-align: center; text-align: center;
color: #000;
} }
.count select:hover{ .count select:hover{
background: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .5);