Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
99
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.  
  11. p{
  12. margin-top: 0px;
  13. }
  14.  
  15. fieldset{
  16. margin-bottom: 15px;
  17. padding: 10px;
  18. }
  19.  
  20. legend{
  21. padding: 0px 3px;
  22. font-weight: bold;
  23. font-variant: small-caps;
  24. }
  25.  
  26. label{
  27. width: 150px;
  28. display: inline-block;
  29. vertical-align:top;
  30. margin:6px;
  31. }
  32.  
  33. em{
  34. font-weight: bold;
  35. font-style: normal;
  36. color: #f00;
  37. }
  38.  
  39. input:focus{
  40. background: #eaeaea;
  41. }
  42.  
  43. input, textarea{
  44. width: 249px;
  45. }
  46.  
  47. textarea{
  48. height:100px;
  49. }
  50.  
  51. select{
  52. width: 254;
  53. }
  54.  
  55. input[type=checkbox]{
  56. width:10px;
  57. }
  58.  
  59. input[type=submit]{
  60. width: 150px;
  61. padding;10px;
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement