dollcrds

blur ju mp scrollboxes

Jun 11th, 2022
628
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 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. #scroll2 {
  9. height: 175px;
  10. background: #fff;
  11. width: 110%;
  12. padding: 10px;
  13. font-size: 16px;
  14. font-family: 'Mali';
  15. overflow: auto;
  16. color: #575757;
  17. }
  18.  
  19. </style>
  20. <div id="scroll2">
  21. <strong>about me</strong>
  22. <br></br>
  23. info info info info info
  24. <br></br>
  25. info info info info info
  26. <br></br>
  27. <strong>links</strong> <a href="URL">title</a> <a href="URL">title</a> <a href="URL">title</a> <a href="URL">title</a>
  28. </div>
Advertisement
Add Comment
Please, Sign In to add comment