Advertisement
Guest User

Btn css

a guest
Jun 8th, 2015
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. /*----- forms -----*/
  2.  
  3.  input[type=submit]{
  4. width: auto !Important;
  5. background: #f5f5f5;
  6. color: #000;
  7. border-color: #c8c8c8;
  8. padding: 5px;
  9. margin-top: 0.5em;
  10. }
  11.  
  12. .box-contact{
  13.     background:#fff;
  14. width:940px;
  15. margin:60px auto 0;
  16. padding:0 40px 51px;
  17. background:#fff;
  18.     border-radius:18px;
  19.     -moz-border-radius:18px;
  20.     -webkit-border-radius:18px;
  21.      box-shadow:0 0 3px #c5c2a9;
  22.     -moz-box-shadow: 0 0 3px #c5c2a9;
  23.     -webkit-box-shadow:0 0 3px #c5c2a9;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement