Guest User

Untitled

a guest
Jan 17th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. body {
  2. font: 12px verdana;
  3. background-color: #5C87B2;
  4. }
  5.  
  6. form {
  7. max-width: 400px;
  8. padding: 15px;
  9. background-color: white;
  10. }
  11. label, input[type="text"], textarea {
  12. display:block;
  13. width: 100%;
  14. margin-bottom: 6px;
  15. }
  16. input[type="button"] {
  17. display:block;
  18. width: 80px;
  19. padding:3px;
  20. margin-top:15px;
  21. }
  22. label.error {
  23. color: #CC0000;
  24. }
Add Comment
Please, Sign In to add comment