General form style


/ Published in: CSS
Save to your folder(s)

some basic form styles tbc


Copy this code and paste it in your HTML
  1. #contact-site-form input{
  2. width:300px;
  3. margin-bottom:5px;
  4. line-height:18px;
  5. padding:2px 5px;
  6. -webkit-border-radius: 5px;
  7. -moz-border-radius: 5px;
  8. border-radius: 5px;
  9. border:1px solid #CCC;
  10. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.