css updates

This commit is contained in:
Wavering Ana 2022-11-15 14:07:20 -05:00
parent afa4f54f97
commit e02e3d2946
No known key found for this signature in database
GPG key ID: 51C992200FFA5281
4 changed files with 43 additions and 36 deletions

View file

@ -2,7 +2,7 @@
max-width: 400px;
margin: 50px auto;
padding: 25px;
background: #fff;
background: #11111;
border: 1px solid #e6e6e6;
border-radius: 8px;
}
@ -79,6 +79,8 @@ input {
font-size: 14px;
border: 1px solid #d9d9d9;
border-radius: 5px;
background-color:#200;
color:#fff;
}
input[type=email]:not(:focus):invalid,