/ Published in: CSS
some basic form styles tbc
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#contact-site-form input{ width:300px; margin-bottom:5px; line-height:18px; padding:2px 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:1px solid #CCC; }