Advertisement
nomskoo

scrollbox w/ bg color

Apr 1st, 2024
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <style>
  2. #minisode {
  3. width: 100px;
  4. height 100px;
  5. background: #FFD9E7;
  6. border: 1px solid #000;
  7. border-radius: 5px;
  8. overflow-y: scroll;
  9. }
  10. </style>
  11. <div id="minisode"> text text text text text text text text text text text </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement