Advertisement
svetoslavhl

CSS

May 5th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. h1 {
  2. margin-left: 70px;
  3. text-align:center;
  4. }
  5.  
  6. p{
  7.  
  8. text-align:center;
  9. }
  10.  
  11. ul {
  12.  
  13. margin-left: 350px;
  14. margin-right: 300px;
  15.  
  16. }
  17. form li {
  18. list-style: none outside none;
  19. margin-bottom: 5px;
  20. }
  21. form ul li label {
  22. clear: left;
  23. float: left;
  24. font-family: Verdana,Arial,Helvetica,sans-serif;
  25. font-size: 14px;
  26. margin-right: 10px;
  27. text-align: right;
  28. width: 100px;
  29. }
  30. form ul li input, select, span {
  31. float: left;
  32. margin-bottom: 10px;
  33. }
  34. form textarea {
  35. float: left;
  36. height: 150px;
  37. width: 350px;
  38. }
  39. [type="submit"] {
  40. clear:left;
  41. font-size: 18px;
  42. margin: 20px 0 0 230px;
  43. }
  44. [type="reset"] {
  45.  
  46. font-size: 18px;
  47. margin: 20px 0 0 230px;
  48. }
  49. p {
  50. font-weight: bold;
  51. margin-left: 70px;
  52. }
  53. h1 {
  54. margin-left: 70px;
  55. }
  56. form li {
  57. list-style: none;
  58. margin-bottom: 5px;
  59. }
  60.  
  61. form ul li label{
  62. float: left;
  63. clear: left;
  64. width: 100px;
  65. text-align: right;
  66. margin-right: 10px;
  67. font-family:Verdana, Arial, Helvetica, sans-serif;
  68. font-size:14px;
  69. }
  70.  
  71. form ul li input, select, span {
  72. float: left;
  73. margin-bottom: 10px;
  74. }
  75.  
  76. form textarea {
  77. float: left;
  78. width: 350px;
  79. height: 150px;
  80. }
  81.  
  82. [type="submit"] {
  83. clear: left;
  84. margin: 20px 0 0 230px;
  85. font-size:18px
  86. }
  87.  
  88. p {
  89. margin-left: 70px;
  90. font-weight: bold;
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement