skzcode

colored background scrollbox

Dec 6th, 2023 (edited)
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <style>
  2. #colorbg {
  3. height:100px;
  4. width:150px;
  5. padding:10px;
  6. border:3px;
  7. border-style:solid;
  8. border-color:#000;
  9. background-color:#958a88;
  10. overflow:auto;
  11. }
  12. </style>
  13.  
  14. <div id="colorbg">
  15. colored bg
  16. <br>
  17. <br>
  18. 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
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment