Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. body
  2. {
  3. margin:0 auto;
  4. background-color: #88b7f9;
  5. width: 623px;
  6. }
  7. #container
  8. {
  9. background: url("container.jpg")repeat-y;
  10. width: 666px;
  11.  
  12. }
  13. #pageHeader h1
  14. {
  15. display:none;
  16. }
  17. #pageHeader
  18. {
  19. background: url("head.jpg");
  20. height: 300px;
  21. width: 623px;
  22. margin: auto;
  23.  
  24. }
  25. #preamble,#supportingText
  26. {
  27. width: 450px;
  28. padding: 30px;
  29. text-align: justify;
  30. text-indent: 20px;
  31. }
  32. #preamble h3,#supportingText h3
  33. {
  34. color:white;
  35. font-size: 25px;
  36. }
  37. #lprojects li
  38. {
  39. list-style-image:url("circle.png");
  40. color: white;
  41. font-weight: bold;
  42. }
  43. #lprojects h3
  44. {
  45. background: url("latestprojects.jpg")no-repeat;
  46. height: 60px;
  47. width: 135px;
  48. text-indent: -5000px;
  49. margin-left: -16px;
  50. }
  51. #lhomes h3
  52. {
  53. background: url("greenhomes.jpg")no-repeat;
  54. height: 60px;
  55. width: 135px;
  56. text-indent: -5000px;
  57. margin-left: -16px;
  58.  
  59.  
  60. }
  61. #linkList
  62. {
  63. position: absolute;
  64. top: 350px;
  65. right: 87px;
  66. margin-right: 15px;
  67. margin-left: 15px;
  68.  
  69.  
  70. }
  71. li
  72. {
  73. margin-left: -50px;
  74. }
  75. #lhomes li
  76. {
  77. list-style-type: none;
  78. height: 30px;
  79. width: 125px;
  80. background-color: #67cb27;
  81. list-style-position: outside;
  82. border-bottom: 1px dashed #396a02;
  83. border-top: 1px dashed #396a02;
  84. margin-bottom: 10px;
  85. vertical-align: middle;
  86. text-align: left;
  87. }
  88.  
  89. a
  90. {
  91. text-decoration: none;
  92. color: #396a02;
  93. font-weight: bold;
  94.  
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement