Advertisement
Guest User

Untitled

a guest
Sep 12th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. body {
  2. background-color: #5FDFB1;
  3. max-width: 1000px;
  4. }
  5.  
  6. img.homeicon {
  7. position: absolute;
  8. }
  9.  
  10. img.homeicon {
  11. position: absolute;
  12. left: 0.1%;
  13. }
  14.  
  15. img.increaseyoutuber {
  16. position: absolute;
  17. left: 75%;
  18. bottom: 50%;
  19. }
  20.  
  21. h1.whyus {
  22. position: absolute;
  23. background-color: green;
  24. right: 50%;
  25. border-radius: 5%;
  26. border-style: solid;
  27. }
  28.  
  29. h4.whyuss {
  30. width: 50%;
  31. position: absolute;
  32. left: 27%;
  33. bottom: 39%;
  34. }
  35.  
  36. h2.Reliable {
  37. width: 7%;
  38. position: absolute;
  39. left: 27%;
  40. bottom: 49%;
  41. color: gray;
  42. }
  43.  
  44. h2.cheap {
  45. width: 75%;
  46. position: absolute;
  47. left: 27%;
  48. bottom: 76%;
  49. color: gray;
  50. }
  51.  
  52. h4.h4cheap {
  53. width: 45%;
  54. position: absolute;
  55. left: 27%;
  56. top: 19%;
  57. }
  58.  
  59. h2.support {
  60. width: 75%;
  61. position: absolute;
  62. left: 27%;
  63. top: 29%;
  64. color: gray;
  65. }
  66.  
  67. h4.h4support {
  68. width: 50%;
  69. position: absolute;
  70. left: 27%;
  71. top: 32%;
  72. }
  73.  
  74. a.ytserviceshref {
  75. position: absolute;
  76. bottom: 10%;
  77. left: 41%;
  78. font-size: 150%;
  79. text-decoration: none;
  80. color: #b22222;
  81. }
  82.  
  83. a.ytserviceshref:hover {
  84. color: blue;
  85. }
  86.  
  87. a.twitterserviceshref {
  88. position: absolute;
  89. bottom: 13%;
  90. left: 42.9%;
  91. font-size: 150%;
  92. text-decoration: none;
  93. color: #b22222;
  94. }
  95.  
  96. a.twitterserviceshref:hover {
  97. color: blue;
  98. }
  99.  
  100. a.googleserviceshref {
  101. position: absolute;
  102. bottom: 16%;
  103. left: 42.9%;
  104. font-size: 150%;
  105. text-decoration: none;
  106. color: #b22222;
  107. }
  108.  
  109. a.googleserviceshref:hover {
  110. color: blue;
  111. }
  112.  
  113. ul {
  114. list-style-type: none;
  115. margin: 0;
  116. padding: 0;
  117. overflow: hidden;
  118. background-color: #333;
  119. }
  120.  
  121. li {
  122. float: left;
  123. }
  124.  
  125. li a {
  126. display: block;
  127. color: #fff;
  128. text-align: center;
  129. padding: 14px 16px;
  130. text-decoration: none;
  131. }
  132.  
  133. li a:hover {
  134. background-color: #111;
  135. }
  136.  
  137. img.youtubeicon {
  138. position: absolute;
  139. bottom: 10%;
  140. left: 41%;
  141. }
  142.  
  143. img.twittericon {
  144. position: absolute;
  145. bottom: 13%;
  146. left: 41%;
  147. }
  148.  
  149. img.googleicon {
  150. position: absolute;
  151. bottom: 16%;
  152. left: 41%;
  153. }
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172. }
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement