Update styles.css

This commit is contained in:
luqaska 2021-12-01 14:27:28 -03:00 committed by GitHub
parent aed6e04079
commit cf4e6fbe1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -23,14 +23,13 @@ font-family:monospace;
/*Header*/ /*Header*/
a #header{text-decoration:none;color:white;} #header a,#sub a{color:white;}
#sub a{color:white;}
/*Input*/ /*Input*/
div.form{width:100%;} div.form{width:100%;}
input[type=text]{ input[type=text],input[type=url]{
width:60%; width:60%;
font-size:16px; font-size:16px;
padding:12px 20px; padding:12px 20px;
@ -41,7 +40,7 @@ box-sizing:border-box;
box-shadow:0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.1); box-shadow:0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.1);
} }
input[type=submit]{ input[type=submit],.btn{
width:25%; width:25%;
font-size:16px; font-size:16px;
padding:12px 20px; padding:12px 20px;
@ -63,7 +62,7 @@ input[type=text] {
background-color:#f1f1f1; background-color:#f1f1f1;
} }
input[type=submit] { input[type=submit],.btn {
background-color:DodgerBlue; background-color:DodgerBlue;
color:#fff; color:#fff;
cursor:pointer; cursor:pointer;