Advertisement
dianakko

Untitled

Sep 7th, 2021
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 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=Source+Sans+Pro&display=swap" rel="stylesheet">
  5. </head>
  6.  
  7. <style>
  8.  
  9. #scroll10 {
  10. border-width:7px;
  11. border-style:solid;
  12. border-image: url("https://media.discordapp.net/attachments/826854899013648384/839700444375810078/tumblr_inline_o98n9dbCl61u2r0ws_540_1_2.png") 8 fill round;
  13. height: 100px;
  14. width: 100%;
  15. padding: 10px;
  16. font: 16px;
  17. overflow: auto;
  18. font-family: 'Source Sans Pro', sans-serif;
  19. }
  20.  
  21. @font-face {
  22. font-family: cutie;
  23. src: url(https://dl.dropbox.com/s/xo075bh6tbd4f7d/CP.ttf);
  24. }
  25.  
  26. mark { /* round stuff like highlight */
  27. background: #FFEDFB;
  28. border-radius:7px;
  29. border: 1px solid #000;
  30. padding-left: 5px;
  31. padding-right: 5px;
  32. color: #000;
  33. }
  34.  
  35. </style>
  36.  
  37. <div id="scroll10">
  38. <span style="font-family: cutie; font-size:14px;"><mark>about & interests</mark></span> 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
  39.  
  40. <span style="font-family: cutie; font-size:14px;"><mark>byf</mark></span> text text text text text text text text text text text text text text
  41.  
  42. <span style="font-family: cutie; font-size:14px;"><mark>dni</mark></span> text text text text text text text text text text text text
  43.  
  44. <span style="font-family: cutie; font-size:14px;"><mark>kpop</mark></span> text text text text text text text text text text text text
  45.  
  46. <span style="font-family: cutie; font-size:14px;"><mark>otros</mark></span> text text text text text text text text text text text text
  47. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement