Advertisement
GIFCITY

solid border

Nov 17th, 2021 (edited)
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <style>
  2. #scrollbox {
  3. width: 300px;
  4. height: 300px;
  5. border: 2px solid #737373;
  6. overflow: auto;
  7. }
  8. </style>
  9. <div id="scrollbox">
  10. text
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement