Update styles.css
This commit is contained in:
parent
aed6e04079
commit
cf4e6fbe1d
@ -23,14 +23,13 @@ font-family:monospace;
|
||||
|
||||
|
||||
/*Header*/
|
||||
a #header{text-decoration:none;color:white;}
|
||||
#sub a{color:white;}
|
||||
#header a,#sub a{color:white;}
|
||||
|
||||
|
||||
/*Input*/
|
||||
div.form{width:100%;}
|
||||
|
||||
input[type=text]{
|
||||
input[type=text],input[type=url]{
|
||||
width:60%;
|
||||
font-size:16px;
|
||||
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);
|
||||
}
|
||||
|
||||
input[type=submit]{
|
||||
input[type=submit],.btn{
|
||||
width:25%;
|
||||
font-size:16px;
|
||||
padding:12px 20px;
|
||||
@ -63,7 +62,7 @@ input[type=text] {
|
||||
background-color:#f1f1f1;
|
||||
}
|
||||
|
||||
input[type=submit] {
|
||||
input[type=submit],.btn {
|
||||
background-color:DodgerBlue;
|
||||
color:#fff;
|
||||
cursor:pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user