Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <title>Patrz oczyma, fotografuj sercem.</title>
  4.  
  5.  
  6. <body background="tlo.jpg" width="150%" height="150%"/body>
  7.  
  8.  
  9. <meta charset="UTF-8">
  10. <meta name="viewport" content="width=device-width, initial-scale=1">
  11. <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  12. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Amatic+SC">
  13. <style>
  14. body, html {height: 100%}
  15. body,h1,h2,h3,h4,h5,h6 {font-family: "Amatic SC", sans-serif}
  16. .menu {display: none}
  17. .bgimg {
  18.     background-size: cover;
  19.     /*background-image: url("");*/
  20.     background-repeat: no-repeat;
  21.     min-height: 100%;
  22.     background-position: 50% 50%;
  23. }
  24. </style>
  25. <body>
  26.  
  27.  
  28.  
  29. <!-- Header with image -->
  30. <header class="bgimg w3-display-container w3-grayscale-min" id="home">
  31.   <div class="w3-display-bottomleft w3-padding">
  32.     <span class="w3-tag w3-xlarge">Marysia i Patrycja</span>
  33.   </div>
  34.   <div class="w3-display-left w3-center">
  35.    
  36.  
  37.    <p><img src="tutaj dajesz nazwę zdjęcia np. zdjecie2.jpg"/></p>
  38.    <p><img src="foto_0e70b86ddad4093c8a20ffeddde19eeb.gif"/></p>
  39.    <p><img src="foto_0e70b86ddad4093c8a20ffeddde19eeb.gif"/></p>
  40.    <p><img src="foto_0e70b86ddad4093c8a20ffeddde19eeb.gif"/></p>
  41.   </div>
  42. </header>
  43.  
  44.  
  45.  
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement