dollcrds

쥬리 ju mp scrollbox

May 8th, 2022
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <head>
  2. <link rel="preconnect" href="https://fonts.googleapis.com">
  3. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  4. <link href="https://fonts.googleapis.com/css2?family=Mali&display=swap" rel="stylesheet">
  5. </head>
  6.  
  7. <style>
  8. #scroll {
  9. height: 70px;
  10. width: 170px;
  11. padding: 5px;
  12. border: 2px solid #000;
  13. background: white;
  14. border-radius: 15px;
  15. font-size: 10px;
  16. font-family: 'Mali', cursive;
  17. overflow: auto;
  18. text-align: left;
  19. margin-bottom: 5px;
  20. }
  21.  
  22. </style>
  23. <div id="scroll">
  24. <p></p>
  25. text text text text text
  26. <br></br>
  27. text text text text text</div>
Advertisement
Add Comment
Please, Sign In to add comment