Advertisement
Guest User

vlashka <3

a guest
Jan 22nd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. html
  2. {
  3. font: 10px Verdana, Arial, Helvetica, sans-serif;
  4. position: relative;
  5. margin: 0 auto;
  6. }
  7. h3
  8. {
  9. font-size: 20px ;
  10. color: white ;
  11. }
  12.  
  13. body
  14. {
  15.  
  16. background: url("container.jpg") repeat-y top center ;
  17. position: absolute;
  18. width: 667px;
  19. right: 0;
  20. left: 0;
  21. margin: 0 auto;
  22. }
  23. #container
  24. {
  25.  
  26. background: url("head.jpg") no-repeat top center;
  27. position: absolute;
  28. right: 0;
  29. left: 0;
  30. width: 667px;
  31. margin: 0 auto;
  32. }
  33.  
  34. #lhomes{
  35. background: url("greenhomes.jpg") no-repeat top center;
  36. background-size: 135px 60px;
  37.  
  38. }
  39. #lhomes ul, #lprojects ul{
  40. padding-top: 60px ;
  41. padding-left: 0px;
  42.  
  43.  
  44. }
  45. #lhomes ul li a{
  46. text-decoration: none;
  47. color: green;
  48. }
  49.  
  50. #lhomes ul li
  51. {
  52.  
  53.  
  54. list-style-type: none;
  55. height: 15px;
  56. padding-top: 5px;
  57. padding-bottom: 10px;
  58. background: yellowgreen;
  59. border-style: dotted;
  60. border-left: 3px black;
  61. border-right: 3px black;
  62. margin-bottom: 20px;
  63.  
  64.  
  65. }
  66.  
  67. #pageHeader, .projects, .homes
  68. {
  69. display: none;
  70. }
  71. #lprojects
  72. {
  73. background: url("latestprojects.jpg") no-repeat top center;
  74. background-size: 135px 60px;
  75.  
  76. }
  77.  
  78.  
  79.  
  80. #preamble
  81. {
  82. padding-top: 320px ;
  83. }
  84. #supportingText, #intro
  85. {
  86. margin-left: 30px;
  87. width: 70.5%;
  88. float: left;
  89. display: inline-block;
  90. }
  91. #linkList
  92. {
  93. margin-left: 1.3%;
  94. display: inline-block;
  95. float: left;
  96. width: 20%;
  97. margin-top: -300px;
  98. }
  99.  
  100. #lprojects ul {
  101. margin-left: 20%;
  102.  
  103. }
  104.  
  105. #lprojects li {
  106. list-style-image: url("circle.png");
  107. margin-bottom: 10px;
  108. }
  109. #lhomes li:hover {
  110. background-color: lightblue;
  111. }
  112.  
  113. #container h3 {
  114. background : url(leaf.png) top right no-repeat;
  115.  
  116. height: 40px;
  117. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement