Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <!-- Video Showcase -->
  2. <header class="video-header video-container">
  3. <div class="video-wrapper">
  4. <video src="/videos/my_video.mp4" muted autoplay loop></video>
  5. </div>
  6. <div class="header-overlay"></div>
  7. <div class="header-content">
  8. <h1>Overlay Heading</h1>
  9. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit sed.</p>
  10. </div>
  11. </header>
  12.  
  13. <!-- Other content below here.. -->
  14. <h1>Hello World!</h1>
  15. <div class="hr-light">
  16. <span class="outer-line"></span>
  17. <!-- Font Awesome icon -->
  18. <span class="fas fa-star" aria-hidden="true"></span>
  19. <span class="outer-line"></span>
  20. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement