Wednesday, June 3, 2015

Form formatting input type

form{text-align:center;}
input[type=email]{
width:300px;
}

input[type=button]{
background:#06C;
border-radius:4px;
padding:5px 10px;
box-shadow:none;
color:#fff;
font-size:16px;
text-transform:uppercase;
}

No comments:

Post a Comment