Advertisement
arieltheharpy

THE RICKROLL THEME

Jan 28th, 2015
2,506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. body
  5. {
  6. margin: 0;
  7. overflow: hidden;
  8. }
  9.  
  10. #iframe1
  11. {
  12. height: 100%;
  13. left: 0px;
  14. position: absolute;
  15. top: 0px;
  16. width: 100%;
  17. }
  18. </style>
  19. </head>
  20.  
  21. <body>
  22. <iframe id="iframe1" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0"></iframe>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement