Advertisement
Python253

7x_8y_Source

May 15th, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>Chapter 18</title>
  6. <style>
  7. p {
  8.   text-align: center;
  9.   font-size: 60px;
  10.   margin-top:0px;
  11.   color: rgba(255, 255, 255, 0.9);
  12. }
  13. body {
  14. background-color: rgba(1, 1, 1, 1);
  15. }
  16. </style>
  17. </head>
  18.  
  19. <center>
  20. <video width="100%" height="551" controls autoplay="1">
  21.   <source src="in.mp4" type="video/mp4"></video>
  22.  </center>
  23.  
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement