Advertisement
nomskoo

miso ju mp scroll

May 5th, 2022 (edited)
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family:'Michroma';
  4. src: url(https://fonts.googleapis.com/css2?family=Michroma&display=swap);
  5. }
  6. @font-face {
  7. font-family: sans serif;
  8. src:
  9. url(https://dl.dropbox.com/s/mazdne5y8c3twxw/Aaargh.zip?dl=0);
  10.  
  11. }
  12.  
  13. #scroll01 {
  14. border: 1px solid #c4c4c4;
  15. border-radius: 8px 8px 8px 8px;
  16. background: radial-gradient(circle, rgba(219,219,220,1) 0%, rgba(255,255,255,1) 100%);
  17. padding: 0.5em;
  18. -webkit-filter: drop-shadow(0px 0px 1.5px #FFFFFF);
  19. height: 11.5em;
  20. overflow-y: scroll;
  21. position: absolute;
  22. left:9em;
  23. bottom:0.5em;
  24. z-index: 500;
  25. width: 60%;
  26. text-align:left;
  27. font-size:0.75em;
  28. }
  29.  
  30. mark {
  31. font-family: 'Michroma';
  32. font-size:1.25em;
  33. background:#57565B;
  34. -webkit-background-clip: text;
  35. -webkit-text-fill-color: transparent;
  36. }
  37.  
  38. </style>
  39. <div id="scroll01">
  40. <mark><strong>Basic Info</strong></mark>
  41. <br>
  42. hiii im <strong>name</strong> or <i>name</i> age <u>pronouns</u> other info here
  43. <br>
  44. <br>
  45. <span style="font-family: sans serif;"><strong>Likes</strong>
  46. <br>
  47. text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
  48. <br>
  49. <br>
  50. <strong>Music</strong>
  51. <br>
  52. <i>group</i> person <i>group</i> person <i>group</i> person + text text text text text text text text text</span>
  53. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement