dollcrds

bunnie crd co texts

Jun 29th, 2022 (edited)
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ---first embed---
  2.  
  3. <style>
  4. @font-face {
  5. font-family: cherry bomb;
  6. src: url(https://dl.dropbox.com/s/9n4vbpp2n8ei8hw/cherry-bomb_.TTF);
  7. }
  8. #pee {
  9. position: absolute;
  10. z-index: 101;
  11. right: 20px;
  12. bottom: 25px;
  13. text-shadow: -2px 0 #573832, 0 2px #573832, 2px 0 #573832, 0 -2px #573832, 0 0;
  14. font-size:3em;
  15. font-weight:bold;
  16. font-family: cherry bomb;
  17. color: #ffffff;
  18. display: block;
  19. -webkit-animation: pop 1s ease-in-out infinite alternate;
  20. animation: pop 1s ease-in-out infinite alternate;
  21. -moz-animation: pop 1s ease-in-out infinite alternate;
  22. }
  23.  
  24. @keyframes pop {
  25. from {
  26. transform:scale(0.95)
  27. }
  28.  
  29. 50% {
  30. transform:scale(1)
  31. }
  32.  
  33. to {
  34. transform:scale(0.95)
  35. }
  36. }
  37.  
  38. @-webkit-keyframes pop {
  39. from {
  40. -webkit-transform:scale(0.95)
  41.  
  42. }
  43.  
  44. 50% {
  45. -webkit-transform:scale(1)
  46.  
  47. }
  48.  
  49. to {
  50. -webkit-transform:scale(0.95)
  51.  
  52. }
  53. </style>
  54.  
  55. <div id="pee">name</div>
  56.  
  57.  
  58. ---second embed---
  59.  
  60. <style>
  61. @font-face {
  62. font-family: lovely script;
  63. src: url(https://dl.dropbox.com/s/ss5bqbogijw4zfj/Lovely%20Script.otf);
  64. }
  65. #poop {
  66. position: absolute;
  67. z-index: 102;
  68. right: 26px;
  69. bottom: 20px;
  70. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  71. font-family:lovely script;
  72. font-size:1.4em;
  73. color: #fff;
  74. }
  75.  
  76. </style>
  77. <div id="poop">or other</div>
Advertisement
Add Comment
Please, Sign In to add comment