Advertisement
adaxx11

Untitled

Mar 31st, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Hello!</title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8.  
  9. <!-- import the webpage's stylesheet -->
  10. <link rel="stylesheet" href="/style.css">
  11.  
  12. <!-- import the webpage's javascript file -->
  13. <script src="/script.js" defer></script>
  14.  
  15. </head>
  16. <body>
  17.  
  18. <!--///////////////////////////MENU///////////////////////////////-->
  19.  
  20. <div id="menu">
  21.  
  22.  
  23.  
  24. <ul>
  25. <li><a href="#oferta">Oferta</a></li>
  26. <li><a href="#">Dlaczego warto</a></li>
  27. <li><a href="#">Galeria</a></li>
  28. <li><a href="#">Kontakt</a></li>
  29.  
  30. </ul>
  31.  
  32.  
  33. </div>
  34.  
  35.  
  36. <!--///////////////////////////OFERTA///////////////////////////////-->
  37.  
  38.  
  39. <div id="oferta">
  40.  
  41. <h1>
  42. Oferta
  43. </h1>
  44.  
  45. <!--Kolumna pierwsza-->
  46.  
  47. <div class="column-three">
  48. <h2>
  49. Steki
  50. </h2>
  51.  
  52. <img class="info" src="https://cdn.glitch.com/b54cf89a-9854-4f01-a545-04553711c46c%2Fchad-montano-M0lUxgLnlfk-unsplash.jpg?v=1584911476095">
  53.  
  54.  
  55. <p>
  56. Jakiś testk Jakiś testk Jakiś testk Jakiś testk Jakiś testk Jakiś testk
  57. </p>
  58.  
  59. </div>
  60.  
  61.  
  62.  
  63.  
  64. <!--Kolumna drugą-->
  65.  
  66. <div class="column-three">
  67. <h2>
  68. Steki
  69. </h2>
  70.  
  71. <img class="info" src="https://cdn.glitch.com/b54cf89a-9854-4f01-a545-04553711c46c%2Fchad-montano-M0lUxgLnlfk-unsplash.jpg?v=1584911476095">
  72.  
  73. <p>
  74. Jakiś testk Jakiś testk Jakiś testk Jakiś testk Jakiś testk Jakiś testk
  75. </p>
  76.  
  77. </div>
  78.  
  79.  
  80.  
  81. <!--Kolumna trzecia-->
  82.  
  83. <div class="column-three">
  84. <h2>
  85. Steki
  86. </h2>
  87.  
  88. <img class="info" src="https://cdn.glitch.com/b54cf89a-9854-4f01-a545-04553711c46c%2Fchad-montano-M0lUxgLnlfk-unsplash.jpg?v=1584911476095">
  89.  
  90.  
  91. <p>
  92. Jakiś testk Jakiś testk Jakiś testk Jakiś testk Jakiś testk Jakiś testk
  93. </p>
  94.  
  95. </div>
  96.  
  97.  
  98.  
  99. </div>
  100.  
  101. <!--///////////////////////////GALERIA///////////////////////////////-->
  102.  
  103.  
  104. <div id="galeria">
  105.  
  106. <h1>
  107. Galeria
  108. </h1>
  109.  
  110. <img class="mySlides" src="https://cdn.glitch.com/b54cf89a-9854-4f01-a545-04553711c46c%2Fjakub-kapusnak-4f4YZfDMLeU-unsplash.jpg?v=1584805727291">
  111. <img class="mySlides" src="https://cdn.glitch.com/b54cf89a-9854-4f01-a545-04553711c46c%2Famirali-mirhashemian-jh5XyK4Rr3Y-unsplash.jpg?v=1584911306428">
  112. <img class="mySlides" src="https://cdn.glitch.com/b54cf89a-9854-4f01-a545-04553711c46c%2Fivan-torres-MQUqbmszGGM-unsplash.jpg?v=1584911601694">
  113. <img class="mySlides" src="https://cdn.glitch.com/b54cf89a-9854-4f01-a545-04553711c46c%2Famirali-mirhashemian-eRyMytuT0yg-unsplash.jpg?v=1584911607702">
  114.  
  115. </div>
  116.  
  117.  
  118.  
  119.  
  120. </body>
  121. </html>
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. @import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
  130.  
  131. *{
  132. margin:0;
  133.  
  134. }
  135.  
  136.  
  137.  
  138. body{
  139.  
  140. font-family: 'Lato', sans-serif;
  141.  
  142. }
  143.  
  144. /*MENU*/
  145.  
  146.  
  147. #menu{
  148.  
  149. max-width:1400px;
  150. margin-left:auto;
  151. margin-right:auto;
  152. height:800px;
  153. background-image:url('https://cdn.glitch.com/b54cf89a-9854-4f01-a545-04553711c46c%2Fiii.jpg?v=1584807370385');
  154. background-size:cover;
  155. background-attachment:fixed;
  156.  
  157. }
  158.  
  159.  
  160. ul{
  161. text-align:right;
  162. padding:30px;
  163.  
  164. }
  165.  
  166. li{
  167. display:inline;
  168. text-transform:uppercase;
  169. padding:10px;
  170. }
  171.  
  172. a{
  173. font-size:25px;
  174. text-decoration:none;
  175. color:white;
  176. padding-bottom:8px;
  177.  
  178. }
  179.  
  180. a:hover{
  181.  
  182. border-bottom: 2px solid red;
  183.  
  184. }
  185.  
  186.  
  187. /*OFERTA*/
  188.  
  189. #oferta{
  190.  
  191. max-width:1400px;
  192. margin-left:auto;
  193. margin-right:auto;
  194. text-align:center;
  195.  
  196.  
  197.  
  198.  
  199. }
  200.  
  201.  
  202. .column-three{
  203.  
  204. width:33.33%;
  205. float:left;
  206.  
  207. }
  208.  
  209. .info{
  210. margin-top:30px;
  211. width:200px;
  212. height:200px;
  213. border-radius:100px;
  214. }
  215.  
  216. h1{
  217.  
  218.  
  219. padding:30px;
  220.  
  221. }
  222.  
  223.  
  224.  
  225. /*Galeria*/
  226.  
  227.  
  228. #galeria{
  229.  
  230.  
  231.  
  232.  
  233. max-width:1400px;
  234. margin-left:auto;
  235. margin-right:auto;
  236. text-align:center;
  237.  
  238.  
  239. }
  240.  
  241.  
  242. .mySlides{
  243.  
  244. width:700px;
  245.  
  246. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement