Advertisement
Guest User

Untitled

a guest
Apr 12th, 2020
617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.   <head>
  4.     <meta charset="UTF-8" />
  5.     <link rel="stylesheet" href="style.css" />
  6.     <link
  7.      href="https://fonts.googleapis.com/css2?family=Sedgwick+Ave&display=swap"
  8.      rel="stylesheet"
  9.    />
  10.  
  11.     <link
  12.      href="https://fonts.googleapis.com/css2?family=Merienda+One&display=swap"
  13.      rel="stylesheet"
  14.    />
  15.     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  16.     <title>Vuods</title>
  17.   </head>
  18.   <body>
  19.     <div class="header">
  20.       <div class="logo-container">
  21.         <div class="logo">
  22.           <img
  23.            src="/img/bracelet-icon-trendy-logo-concept-260nw-1501583423.png"
  24.            alt="Logo"
  25.          />
  26.         </div>
  27.         <div class="logo-text">
  28.           <h1>Vuods</h1>
  29.         </div>
  30.       </div>
  31.       <ul class="navigation">
  32.         <li><a class="link" href="#">Home</a></li>
  33.         <li><a class="link" href="#">Store</a></li>
  34.         <li><a class="link" href="#">Contact</a></li>
  35.       </ul>
  36.     </div>
  37.     <div class="body">
  38.       <div class="vidzeo">
  39.         <video id="videoBG" poster="poster.JPG" autoplay muted loop>
  40.           <source src="/production ID_3753684.mp4" type="video/mp4" />
  41.         </video>
  42.       </div>
  43.       <div class="background">
  44.         <div class="Text">
  45.           <span>Be unique. Be different. Be yourself.</span>
  46.         </div>
  47.       </div>
  48.     </div>
  49.     <div class="shop">
  50.       <a href="#">SHOP NOW ▶</a>
  51.     </div>
  52.   </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement