ruesha

colored scrollbox

Nov 16th, 2021 (edited)
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. <link rel="preconnect" href="https://fonts.googleapis.com">
  2. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  3. <link href="https://fonts.googleapis.com/css2?family=Mali:wght@500&display=swap" rel="stylesheet">
  4. <link rel="preconnect" href="https://fonts.googleapis.com">
  5. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  6. <link rel="preconnect" href="https://fonts.googleapis.com">
  7. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  8. <link href="https://fonts.googleapis.com/css2?family=Gamja+Flower&display=swap" rel="stylesheet">
  9. <style>
  10. @font-face { font-family: cutie; src: url(https://dl.dropbox.com/s/xo075bh6tbd4f7d/CP.ttf); }
  11.  
  12. #scroll01 {
  13. height: 170px;
  14. width: 100%;
  15. padding: 10px;
  16. margin-left: auto;
  17. margin-right: auto;
  18. background: #F5EEE9;
  19. border-radius: 10px;
  20. font-size: 13px;
  21. font-family: Mali;
  22. line-height: 1.4;
  23. text-align: left;
  24. overflow: auto;
  25. }
  26.  
  27. mark {
  28. font-family: cutie;
  29. font-size: 15px;
  30. background: #FFF;
  31. border-radius: 9px;
  32. border: 1px solid #D4C6BC;
  33. padding-left: 5px;
  34. padding-right: 5px;
  35. color: #000;
  36. height: 5px;
  37. }
  38.  
  39. </style>
  40. <div id="scroll01">
  41. <p></p>
  42. <mark>about</mark> hey ~ your info goes here
  43. </div>
Add Comment
Please, Sign In to add comment