Advertisement
Guest User

Untitled

a guest
Jan 1st, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <div id="wrapper">
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>CS:GO Analyst.com - CS:GO Trends - CS:GO Skins - CS:GO News</title>
  8. <link rel="stylesheet" type="text/css" href="Stylesheet.css">
  9. <nav>
  10. <ul class="main_menu">
  11. <li><a href="index.html">HOME</a></li>
  12. <li><a class="active" href="CSGOSkins.html">CS:GO SKINS</a></li>
  13. <li><a href="CS:GO Weapons">CS:GO Weapons</a></li>
  14. <li><a href="CS:GO Newsfeed">CS:GO NEWSFEED</a></li>
  15. <li><a href="CS:GO Competitive">CS:GO COMPETITIVE</a></li>
  16. </ul>
  17. </nav>
  18. </head>
  19. <body>
  20.  
  21. <div id="Ak47first">
  22. <div id="topdiv">
  23. <h1 id="FirstText">AK47 Frontside misty</h1>
  24. </div>
  25. <img id="ak47fs" src="CWugda_UsAAqZDk.PNG" width="530px" height="330px" >
  26. </div>
  27.  
  28.  
  29. <div id="AK47second">
  30. <div id="topdivsecond">
  31. <h2 id="secondtext">AK47 Neon Revolution</h2>
  32. </div>
  33. <img id="ak47nr" src="s799.PNG" width="400px" height="150PX" >
  34. </div>
  35.  
  36.  
  37. <div id="thirdbox">
  38. <div id="topdivthird">
  39. <h3 id="thirdtext">AK47 Aquamarine Revenge</h3>
  40. <img id="ak47ar" src="1435557486_s569.PNG" width="530px" height="330px" >
  41. </div>
  42. </div>
  43. </body>
  44. </div>
  45. </html>
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. css
  55. #wrapper{
  56. width: 1590px;
  57. margin-right: auto;
  58. margin-left: auto;
  59.  
  60.  
  61. }
  62.  
  63. body{
  64. background-color:#DEDEDE;
  65. height:1690px;
  66.  
  67.  
  68. }
  69. .main_menu {
  70. padding: 25px 0 25px 0;
  71. text-align: center;
  72. line-height: 32px;
  73. background-color: #494848;
  74. left: 0;
  75. position: absolute;
  76. top: 0;
  77. width: 100%;
  78. }
  79.  
  80. .main_menu li {
  81. display: inline;
  82. padding: 0 10px 0 10px;
  83. font-size: 22px;
  84. padding-right: 20px;
  85. }
  86.  
  87. .main_menu a {
  88. text-decoration: none;
  89. color: #A9A4A4;
  90. padding: 8px;
  91. font-variant: small-caps;
  92. }
  93.  
  94. .main_menu a:hover {
  95. color: #FFFFFF;
  96. }
  97. /*Page 2*/
  98.  
  99. #Ak47first{
  100. width:466px;
  101. height:400px;
  102. background-color:#494848;
  103. margin-top:120px;
  104. margin-left:40px;
  105. position:absolute;
  106. border-radius:5px;
  107. color:#7c7c7c;
  108. }
  109. #topdiv {
  110. text-align:center; padding-top:5px;
  111. font-variant: small-caps;
  112. color:#FFFFFF;
  113. background-color:#7C7C7C;
  114. height:80px;
  115. border-radius:5px 5px 0 0;
  116.  
  117. }
  118. #firstpara{
  119. color:#FFFFFF;
  120. font-size:25px;
  121. text-align:center;
  122. margin-left:5px;
  123. margin-right:5px;
  124.  
  125. }
  126. #ak47fs{
  127. margin-left:-40px;
  128. margin-top:-20px;
  129.  
  130.  
  131.  
  132. }
  133. #AK47second{
  134. width:466px;
  135. height:400px;
  136. background-color:#494848;
  137. margin-top:120px;
  138. margin-left:525px;
  139. position:absolute;
  140. border-radius:5px;
  141. }
  142. #topdivsecond {
  143. text-align:center; padding-top:5px;
  144. font-variant: small-caps;
  145. color:#FFFFFF;
  146. background-color:#7C7C7C;
  147. height:80px;
  148. border-radius:5px 5px 0 0;
  149. font-size:20px;
  150. }
  151. #ak47nr{
  152. margin-top:80px;
  153. margin-left:30px;
  154.  
  155.  
  156.  
  157.  
  158. }
  159. #thirdbox{
  160. width:466px;
  161. height:400px;
  162. background-color:#494848;
  163. margin-top:120px;
  164. margin-left:1010px;
  165. position:absolute;
  166. border-radius:5px;
  167. }
  168. #topdivthird {
  169. text-align:center; padding-top:5px;
  170. font-variant: small-caps;
  171. color:#FFFFFF;
  172. background-color:#7C7C7C;
  173. height:80px;
  174. border-radius:5px 5px 0 0;
  175. font-size:25px;
  176. }
  177.  
  178. #ak47ar{
  179. margin-left:-30px;
  180. margin-top:-20px;
  181.  
  182.  
  183.  
  184. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement