ruesha

another scrollbox ...

Feb 26th, 2022 (edited)
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: 'Magica';
  4. src: url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf);
  5.  
  6. }
  7.  
  8. #scroll {
  9. height: 205px;
  10. border: 2px solid #000;
  11. padding-top: 10px;
  12. padding-bottom: 10px;
  13. padding-right: 3px;
  14. padding-left: 3px;
  15. border-radius: 10px;
  16. font-family: mali;
  17. color: #000
  18. background: #FFFFFF;
  19. font-size: .7em;
  20. line-height: 16px;
  21. overflow: auto;
  22. text-align: auto;
  23. }
  24.  
  25. mark {
  26. border: 2px solid #000;
  27. border-radius: 10px;
  28. font-family: 'magica';
  29. color: #000;
  30. width: 400px;
  31. text-align: center;
  32. font-size: 1.5em;
  33. padding: 3px;
  34. background: #FAEDE1;
  35. margin: .2em;
  36. }
  37.  
  38. </style>
  39. <div id="scroll">
  40. yass info
  41. </info>
Add Comment
Please, Sign In to add comment