Advertisement
Guest User

Untitled

a guest
Jan 1st, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <title>CS:GO Analyst.com - CS:GO Trends - CS:GO Skins - CS:GO News</title>
  7. <link rel="stylesheet" type="text/css" href="Stylesheet.css">
  8. </head>
  9. <body>
  10. <nav>
  11. <ul class="main_menu">
  12. <li><a href="index.html">HOME</a></li>
  13. <li><a class="active" href="CSGOSkins.html">CS:GO SKINS</a></li>
  14. <li><a href="CS:GO Weapons">CS:GO Weapons</a></li>
  15. <li><a href="CS:GO Newsfeed">CS:GO NEWSFEED</a></li>
  16. <li><a href="CS:GO Competitive">CS:GO COMPETITIVE</a></li>
  17. </ul>
  18. </nav>
  19. <div id="Akskin">
  20. <div id="topdiv">
  21. <h1>AK47 Frontside misty</h1>
  22. <div id="img">
  23. <img src="https://csgostash.com/img/skins/512x384/skin_654.png">
  24. </div>
  25. </div>
  26. </div>
  27.  
  28.  
  29. <div id="AKskin">
  30. <div id="topdiv">
  31. <h1>AK47 Neon Revolution</h1>
  32. <div id="img">
  33. <img src="https://csgostash.com/img/skins/512x384/skin_799.png">
  34. </div>
  35. </div>
  36. </div>
  37.  
  38.  
  39. <div id="AKskin">
  40. <div id="topdiv">
  41. <h1>AK47 Aquamarine Revenge</h1>
  42. <div id="img">
  43. <img src="https://csgostash.com/img/skins/512x384/skin_569.png">
  44. </div>
  45. </div>
  46. </div>
  47. </body>
  48. </html>
  49.  
  50.  
  51. body {
  52. background-image: url('background.jpg');
  53. -webkit-background-size: cover;
  54. -moz-background-size: cover;
  55. -o-background-size: cover;
  56. background-size: cover;
  57. background-repeat: no-repeat;
  58. background-attachment: fixed;
  59. margin:0;
  60. }
  61. .main_menu {
  62. padding: 25px 0 25px 0;
  63. text-align: center;
  64. line-height: 32px;
  65. background-color: #494848;
  66. left: 0;
  67. position: absolute;
  68. top: 0;
  69. width: 100%;
  70. }
  71.  
  72. .main_menu li {
  73. display: inline;
  74. padding: 0 10px 0 10px;
  75. font-size: 22px;
  76. padding-right: 20px;
  77. }
  78.  
  79. .main_menu a {
  80. text-decoration: none;
  81. color: #A9A4A4;
  82. padding: 8px;
  83. font-variant: small-caps;
  84. }
  85.  
  86. .main_menu a:hover {
  87. color: #FFFFFF;
  88. }
  89. h1 {
  90. font-size: 2vw;
  91. }
  92. /*Page 2*/
  93.  
  94. #Ak47skin{
  95. max-width:100%;
  96. height:400px;
  97. background-color:#494848;
  98. margin-top:120px;
  99. margin-left:40px;
  100. border-radius:5px;
  101. color:#7c7c7c;
  102. }
  103. #Ak47skin2{
  104. max-width:100%;
  105. height:400px;
  106. background-color:#494848;
  107. margin-top:220px;
  108. margin-left:40px;
  109. border-radius:5px;
  110. color:#7c7c7c;
  111. }
  112. #topdiv {
  113. margin-top:110px;
  114. text-align:center;
  115. color:#FFFFFF;
  116. background-color: rgba(124,124,124, 0.8);
  117. height:80px;
  118. border-radius:5px 5px 0 0;
  119. width:30%;
  120. float:left;
  121. margin-left: 2.5%;
  122.  
  123. }
  124. #firstpara{
  125. color:#FFFFFF;
  126. font-size:25px;
  127. text-align:center;
  128. margin-left:5px;
  129. margin-right:5px;
  130.  
  131. }
  132. #topdivthird {
  133. text-align:center; padding-top:5px;
  134. font-variant: small-caps;
  135. color:#FFFFFF;
  136. background-color:#7C7C7C;
  137. height:80px;
  138. border-radius:5px 5px 0 0;
  139. font-size:25px;
  140. }
  141. img {
  142. max-width:75%;
  143. }
  144. #img {
  145. background-color: rgba(0,0,0,0.8);
  146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement