Advertisement
incomestreamsurfer

Untitled

Oct 10th, 2022
21,714
1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 1 0
  1. <style>
  2.  
  3. video {
  4.  
  5. display: block;
  6. margin: 0 auto;
  7. width: 100%;
  8. height: 50%;
  9.  
  10. }
  11.  
  12. </style>
  13.  
  14.  
  15. <video autoplay loop playsinline muted>
  16. <source src="VIDEO URL HERE">
  17. </video>
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement