Advertisement
Guest User

444

a guest
Jan 15th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.34 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title></title>
  5.  
  6.  
  7. <style type="text/css">
  8.    
  9. .bgvideo {
  10.     background: url(video_pattern.png) repeat;
  11.     opacity: 0.9;
  12. }
  13.  
  14. </style>
  15.  
  16. </head>
  17. <body>
  18.  
  19. <div class="bgvideo">
  20.  
  21. <div>
  22. <video loop muted autoplay>
  23.     <source src="video.mp4" type="video/mp4">
  24. </video>
  25. </div>
  26.  
  27. </div>
  28.  
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement