Advertisement
powys

rounded edges scrollbox

Jun 3rd, 2021
11,860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <style>
  2. #scroll3 {
  3. height: 100px;
  4. width: 100%;
  5. padding: 10px;
  6. border: 3px double #ccc;
  7. border-radius: 10px;
  8. font: 12px Georgia, Garamond, Serif;
  9. overflow: auto;
  10. }
  11.  
  12. </style>
  13. <div id="scroll3">
  14. <strong>rounded edges</strong>
  15. <p></p>
  16. 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
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement