Advertisement
DOLLIECARRDS

wonyoung.uwu.ai codes

Aug 21st, 2022
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. src: url(https://dl.dropbox.com/s/8p8mi5uzbekohv7/Starborn.ttf);
  5. font-family: starborn;
  6. }
  7.  
  8. #embed03 {
  9. position: relative;
  10. left: 2.625em;
  11. top: 0.5em;
  12. }
  13.  
  14. html {
  15. overflow: scroll;
  16. overflow-x: hidden;
  17. }
  18. ::-webkit-scrollbar {
  19. width: 0; /* remove scrollbar space */
  20. background: transparent; /* to make scrollbar invisible */
  21. }
  22. ::-webkit-scrollbar-thumb {
  23. background: transparent;
  24. }
  25.  
  26. #text01 {
  27. font-family: starborn;
  28. color: #000000;
  29. font-size: .5em;
  30. position: relative;
  31. right: -6em;
  32. bottom: -2em;
  33. background: #826F6F;
  34. border: 1px dashed #fff;
  35. border-radius: 30px;
  36. box-shadow: 0 0 0 3px #826F6F;
  37. padding:2px;
  38. width: 20em;
  39. }
  40.  
  41. <!--- at the end of ur title make sure its a space or it will look weird --->
  42.  
  43. <html lang="en">
  44. <head>
  45. <meta charset="UTF-8">
  46. <title>argh!</title>
  47. <script type="text/javascript">
  48. message = "i'm the icing covering his body ";
  49. function step() {
  50. message = message.substr(1) + message.substr(0,1);
  51. document.title = message.substr(0,15);
  52. }
  53. </script>
  54. </head>
  55. <body onload="setInterval(step,100)">
  56. </body>
  57. </html>
  58. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement