ruesha

scrollbox 04/07

Apr 7th, 2022 (edited)
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 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=Quicksand:wght@500&display=swap" rel="stylesheet">
  5. </head>
  6.  
  7. <style>
  8. #scroll1 {
  9. height: 23em;
  10. width: 25em;
  11. padding: 25px;
  12. text-align: left;
  13. background: #ffffff;
  14. border-radius: 5px;
  15. font-size: 10px;
  16. font-family: Quicksand;
  17. overflow: auto;
  18. position: absolute;
  19. bottom: 14.1em;
  20. left: 4.5em;
  21. z-index: 150;
  22. }
  23.  
  24. mark2 {
  25. background: #fff;
  26. font-family: sant joan;
  27. font-size: 9px;
  28. border-radius:7px;
  29. border: 1px solid black;
  30. padding-left: 5px;
  31. padding-right: 5px;
  32. padding-top: 1px;
  33. padding-bottom: 0.25px;
  34. width: 40px;
  35. color: #000;
  36. }
  37.  
  38. </style>
  39. <div id="scroll1">
  40. <p></p>
  41. <br></br>
  42. <p></p>
  43. <mark2>info</mark2> info
  44. <br></br>
  45. <mark2>o◡o</mark2> info
  46. <br></br>
  47. <mark2>bffs</mark2> info
  48. </div>
Add Comment
Please, Sign In to add comment