Advertisement
Wolvenspud

screensaver

Sep 12th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. </head>
  5. <style>
  6. body{
  7.     overflow: hidden;
  8. }
  9. </style>
  10. <body bgcolor="black">
  11. <marquee behavior="alternate" direction="up" height="1080" margin="0" padding="0" scrollamount="800">
  12.     <marquee behavior="alternate" width="1920" margin="0" padding="0" scrollamount="800">
  13.         <img src="https://i.ytimg.com/vi/_-81xaXRsk8/maxresdefault.jpg" style="width:150px;height:100px;">
  14.     </marquee>
  15. </marquee>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement