Fresh CSS Buttons
A fresh set of CSS buttons, with comment explanation. Enjoy.
HTML
<input type="email" />
CSS
input{
background:#f1f1f1;
border: 1px solid #ccc;
-moz-border-radius: 3px 3px 3px 3px;
heitgh: 50px;
}
<input type="email" />
input{
background:#f1f1f1;
border: 1px solid #ccc;
-moz-border-radius: 3px 3px 3px 3px;
heitgh: 50px;
}