Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. body {
  2. font-family: 'Palatino Linotype', serif;
  3. max-width: 600px;
  4. padding: 0px 30px;
  5. }
  6. h1 {
  7. margin-bottom: 0px;
  8. }
  9. p {
  10. margin-top: 0px;
  11. }
  12. fieldset {
  13. margin-bottom: 15px;
  14. padding: 10px;
  15. }
  16. legend {
  17. padding: 0px, 3px;
  18. font-weight: bold;
  19. font-variant: small-caps;
  20. }
  21. label {
  22. width: 150px;
  23. display: inline-block;
  24. vertical-align: top;
  25. margin: 6px;
  26. }
  27. em {
  28. font-weight: bold;
  29. font-style: normal;
  30. color: #f00;
  31. }
  32. input:focus {
  33. background: #eaeaea;
  34. }
  35. input, textarea {
  36. width: 249px;
  37. }
  38. textarea {
  39. height: 100px;
  40. }
  41. select {
  42. width: 254px;
  43. }
  44. input[type=checkbox] {
  45. width: 10px;
  46. }
  47. input[type=submit] {
  48. width: 150px;
  49. padding: 10px;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement