axel-exe

teehee

Oct 10th, 2024
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. HTML:
  2. <div class="ghost"></div>
  3.  
  4. CSS (goes under the style tag):
  5. .ghost {
  6. position: fixed;
  7. background-size: 100%;
  8. height: 430px;
  9. width: 320px;
  10. bottom: 0;
  11. left: 0;
  12. background: url(https://media.tenor.com/nio_KdFWH8IAAAAi/ghost-ghost-cod.gif);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment