Advertisement
Guest User

Untitled

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