Advertisement
1xptolevitico69

Video Background

Dec 2nd, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.76 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title></title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width">
  7. <style>
  8.  
  9. body {  
  10. margin:0;
  11. font-family:arial;
  12. }
  13.  
  14. video {  
  15. width:100%;
  16. opacity:30%;
  17. position:absolute;
  18. top:0;
  19. left:0;
  20. }
  21.  
  22. #video_container {
  23. overflow:hidden;
  24. width:100%;
  25. height:100vh;
  26. position:fixed;
  27. top:0;
  28. left:0;
  29. z-index:-1;
  30. }
  31.  
  32. h1 {
  33. font-size:200px;
  34. text-align:center;
  35. margin:0 0;
  36. color:maroon;
  37. }
  38.  
  39. div {
  40. font-size:30px;
  41. font-weight:900;
  42. color:maroon;
  43. padding:100px 50px;
  44. text-indent:100px;
  45. text-align:justify;    
  46. text-justify:inter-word;  
  47. }
  48.  
  49. h2 {
  50. font-size:200px;
  51. text-align:center;
  52. margin:0 0;
  53. color:maroon;
  54. }
  55.  
  56.  
  57.  
  58. </style>
  59. </head>
  60. <body>
  61.  
  62. <div id='video_container'>
  63. <video id='video' autoplay muted loop>
  64. <source src="https://neanderthal-emergen.000webhostapp.com/video.mp4" type="video/mp4"></video>
  65. </div>
  66.  
  67. <h1>Header</h1>
  68.  
  69. <div>
  70. Boy favourable day can introduced sentiments entreaties. Noisier carried of in warrant because. So mr plate seems cause chief widen first. Two differed husbands met screened his. Bed was form wife out ask draw. Wholly coming at we no enable. Offending sir delivered questions now new met. Acceptance she interested new boisterous day discretion celebrated.Cultivated who resolution connection motionless did occasional. Journey promise if it colonel. Can all mirth abode nor hills added. Them men does for body pure. Far end not horses remain sister. Mr parish is to he answer roused piqued afford sussex. It abode words began enjoy years no do no. Tried spoil as heart visit blush or. Boy possible blessing sensible set but margaret interest. Off tears are day blind smile alone had.  
  71. </div>
  72.  
  73. <h2>Footer</h2>
  74.  
  75.  
  76.  
  77. <script></script>
  78. </body>
  79. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement