dollcrds

♡彡 ju mp codes

Jun 21st, 2022 (edited)
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. <link rel="preconnect" href="https://fonts.googleapis.com">
  2. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  3. <link href="https://fonts.googleapis.com/css2?family=Mali&display=swap" rel="stylesheet">
  4.  
  5. <style>
  6. @font-face {
  7. font-family: kitten;
  8. src: url(https://dl.dropbox.com/s/iu9a60e3nidrio6/KittenSlantTrial.ttf);
  9. }
  10.  
  11. .pop {
  12. -webkit-animation: pop 1s ease-in-out infinite alternate;
  13. animation: pop 1s ease-in-out infinite alternate;
  14. -moz-animation: pop 1s ease-in-out infinite alternate;
  15. }
  16.  
  17. @keyframes pop {
  18. from {
  19. transform:scale(0.95)
  20. }
  21.  
  22. 50% {
  23. transform:scale(1)
  24. }
  25.  
  26. to {
  27. transform:scale(0.95)
  28. }
  29. }
  30.  
  31. @-webkit-keyframes pop {
  32. from {
  33. -webkit-transform:scale(0.95)
  34.  
  35. }
  36.  
  37. 50% {
  38. -webkit-transform:scale(1)
  39.  
  40. }
  41.  
  42. to {
  43. -webkit-transform:scale(0.95)
  44.  
  45. }
  46. }
  47.  
  48. .text {
  49. line-height:0px;
  50. position:relative;
  51. z-index:5;
  52. top:-.3em;
  53. font-family: kitten;
  54. color: #fff;
  55. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  56. font-size:3.75em;
  57. }
  58.  
  59. .scroll {
  60. height: 170px;
  61. width: 40%;
  62. position: absolute;
  63. right: 35px;
  64. top: 52px;
  65. font-size: 16px;
  66. font-family: 'Mali', cursive;
  67. overflow: auto;
  68. text-align: left;
  69. }
  70. .dont-remove {
  71. position:fixed;
  72. z-index:99;
  73. bottom:0;margin-bottom:5px;
  74. left:0;margin-left:5px;
  75. }
  76. </style>
Add Comment
Please, Sign In to add comment