skzcode

background scrollbox

Dec 6th, 2023
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <style>
  2. #imagebg {
  3. height:100px;
  4. width:150px;
  5. padding:10px;
  6. border:3px;
  7. border-style:solid;
  8. border-color:#000;
  9. background-image:url("https://files.catbox.moe/273ctt.jpeg");
  10. background-size:cover;
  11. background-position:center;
  12. overflow:auto;
  13. }
  14. </style>
  15.  
  16. <div id="imagebg">
  17. background of your choice
  18. <br>
  19. <br>
  20. text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
  21. </div>
Add Comment
Please, Sign In to add comment