powys

no border scrollbox

Jun 3rd, 2021 (edited)
7,976
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <style>
  2. #scroll2 {
  3. height: 100px;
  4. width: 100%;
  5. padding: 10px;
  6. font-size: 16px;
  7. font-family: Times;
  8. overflow: auto;
  9. }
  10.  
  11. </style>
  12. <div id="scroll2">
  13. <strong>no border</strong>
  14. <p></p>
  15. 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
  16. </div>
Add Comment
Please, Sign In to add comment