ItchyBagel

Universal Pagedoll (Spacehey)

Nov 29th, 2024 (edited)
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <!-- (c) Snippet created by SheZow (https://spacehey.com/shezow) START -->
  2.  
  3. <!-- DO NOT TOUCH UNLESS YOU KNOW WHAT YOU'RE DOING-->
  4. <style>
  5. @media (max-width: 600px) {
  6. #pagedoll {
  7. display: none;
  8. }
  9. }
  10. </style>
  11. <!-- DO NOT TOUCH ABOVE UNLESS YOU KNOW WHAT YOU'RE DOING -->
  12.  
  13. <!-- Place IMG URL in "IMG URL HERE"-->
  14. <img id="pagedoll" src="IMG URL HERE" style="max-height: 300px; position: fixed; right: 10px; bottom: 10px; z-index: 100;"/>
  15.  
  16. <!-- CHEATSHEET (do not copy paste quotation marks, feel free to mix and match!)-->
  17.  
  18. <!-- LEFT= turn "right: 10px;" to "left: 10px"-->
  19. <!-- TOP= turn "bottom: 10px;" to "top: 10px"-->
  20. <!-- You can edit image size with the "max-height" attribute. right now it's set at 300px-->
  21.  
  22. <!-- Snippet created by SheZow END -->
Advertisement
Add Comment
Please, Sign In to add comment