Advertisement
vanhan11

Untitled

Aug 21st, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.72 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.     <title>ALVAN XI RPL2</title>
  5.     <style type="text/css">
  6.         .VideoWrapper {
  7.             position: relative;
  8.             padding-bottom: 56.25%;
  9.             /* 16:9 */
  10.             padding-top: 25px;
  11.             height: 0;
  12.         }
  13.        
  14.         .VideoWrapper iframe {
  15.             position: absolute;
  16.             top: 0;
  17.             left: 0;
  18.             width: 100%;
  19.             height: 100%;
  20.         }
  21.     </style>
  22. </head>
  23.  
  24. <body>
  25.     <div class="VideoWrapper">
  26.         <!--Copy dan paste From tou tube-->
  27.         <iframe width="560" height="349" src="https://www.youtube.com/" frameborder="0" frameborder="0" allowfuulscreen>
  28.             </iframe>
  29.     </div>
  30. </body>
  31.  
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement