Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. p{
  2. font-size: 30px;
  3. color: white;
  4. font-family: Impact;
  5. text-align: center;
  6. }
  7. h1{
  8. color:#BFA201;
  9. text-align: center;
  10. font-family: Saiyan-Sans;
  11. }
  12. body{
  13. background-color:#6CCCEF;
  14. background-image: url("bilder/bakgrunnen.jpg");
  15. background-size: 11v0% 110%
  16. }
  17. #wrapper{
  18. background-color: blue;
  19. height: 1000px;
  20. margin: auto;
  21. position: relative;
  22. width:800px;
  23. box-shadow: 0px 0px 20px black;
  24. top:10px;
  25. border-radius: 30px 30px 0px 0px;
  26. border: 1px solid #000;
  27.  
  28. }
  29. header{
  30. background-color:purple;
  31. height:200px;
  32. left:0px;
  33. top:0px;
  34. width:800px;
  35. position: absolute;
  36. border-radius: 30px 30px 0px 0px;
  37. border: 1px #000;
  38. }
  39. #logo {
  40. border-radius: 30px 30px 0px 0px;
  41. }
  42. nav{
  43. background-color:red;
  44. height:50px;
  45. left:0px;
  46. top:200px;
  47. width:800px;
  48. position: absolute;
  49. }
  50.  
  51. nav ul{
  52. list-style: none;
  53. margin:0px;
  54. padding:0px;
  55. width:100%;
  56. overflow:hidden;
  57. background-color: #5B116F;
  58.  
  59.  
  60. }
  61.  
  62. nav li{
  63.  
  64. float:left;
  65. width:200px;
  66.  
  67.  
  68. }
  69.  
  70. nav li a{
  71. display:block;
  72. text-decoration:none;
  73. background-color:#D75504 ;
  74. color: #5B116F;
  75. padding:15px;
  76. text-align:center;
  77. height:50px;
  78.  
  79.  
  80. }
  81. nav li a:hover{
  82.  
  83. font-weight:bold;
  84. background-color:
  85. color:
  86. }
  87. .menyknapper{
  88. background-color: #BFA201;
  89. color: #5B116F;
  90. text-align: center;
  91. font-size: 27px;
  92. cursor: pointer;
  93. width: 197px;
  94. height: 50px;
  95. text-decoration: none;
  96. display: inline-block;
  97. padding: 5px;
  98. border: solid 1px black;
  99. cursor: pointer;
  100. font-family: Saiyan-Sans;
  101. }
  102. .aktiv{
  103. background-color: #D75504;
  104. color: #5B116F;
  105. text-align: center;
  106. font-size: 30px;
  107. width: 197px;
  108. height: 50px;
  109. display: inline-block;
  110. padding: 5px;
  111. border: solid 1px black;
  112. cursor: pointer;
  113. font-family: Saiyan-Sans;
  114. }
  115.  
  116. .menyknapper:hover{
  117. background: #D75504;
  118. color: #5B116F;
  119.  
  120. }
  121.  
  122. @font-face {
  123. font-family: Saiyan-Sans;
  124. src: url(Saiyan-Sans.ttf);
  125. }
  126.  
  127. #pornhub {
  128. width: 195px;
  129. border: 3px yellow solid;
  130.  
  131.  
  132. }
  133.  
  134. #redtube {
  135. width: 195px;
  136. border: 3px red solid;
  137. }
  138.  
  139. aside {
  140. background-color:#398D04;
  141. height:750px;
  142. left:600px;
  143. top:250px;
  144. width:200px;
  145. position: absolute;
  146. }
  147. main{
  148. background-color:#5B116F;
  149. height:750px;
  150. left:0px;
  151. top:250px;
  152. width:600px;
  153. position:absolute;
  154. }
  155.  
  156. #article1{
  157. background-color:orange;
  158. height:150px;
  159. left:25px;
  160. top:35px;
  161. width:550px;
  162. position:absolute;
  163. }
  164.  
  165. #article2{
  166. background-color:orange;
  167. height:150px;
  168. left:25px;
  169. top:275px;
  170. width:550px;
  171. position:absolute;
  172. }
  173. #article3{
  174. background-color:orange;
  175. height:150px;
  176. left:25px;
  177. top:450px;
  178. width:550px;
  179. position:absolute;
  180. }
  181. footer{
  182. background-color:#5E6E70;
  183. height:50x;
  184. left:0px;
  185. top:1000px;
  186. width:800px;
  187. margin-right: 10px;
  188. position: absolute;
  189. box-shadow: 0px 0px 20px black;
  190. border-radius: 0px 0px 30px 30px;
  191. border: 1px solid #000;
  192. font-size: 5px;
  193. }
  194. p:last-child {
  195. font-size: 12px;
  196. }
  197. #hovedside{
  198.  
  199. position: absolute;
  200. top: 400px;
  201. left: 25px;
  202.  
  203.  
  204.  
  205.  
  206.  
  207. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement