dollcrds

beomgyu ju mp codes

May 4th, 2022
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. <style>
  2. #rotate2 {
  3. animation: smallrotate 1s ease;
  4. transform-origin: center;
  5. width: auto;
  6. }
  7. @keyframes smallrotate {
  8. from {
  9. transform: scale(.5) rotate(50deg);
  10. }
  11. to {
  12. transform: scale(1) rotate(0);
  13. }
  14. }
  15. </style>
  16.  
  17. <div id="rotate2">
  18. </div>
  19.  
  20. <style>
  21. #hshs {
  22. < text-decoration: none;
  23.  
  24. }
  25. a:hover {
  26. letter-spacing:.5px;
  27. transition:.3s;
  28. text-decoration: none;
  29. webkit-filter: blur(1px);
  30. filter: blur(1px);
  31. }
  32. a { letter-spacing:normal; transition:.3s;}
  33. .poop {
  34. -webkit-transform: rotateZ(350deg);
  35. transform: rotateZ(350deg);
  36. z-index:222222;
  37. animation: pop 1s infinite;
  38. -webkit-animation: pop 1s infinite;
  39.  
  40. }
  41. @keyframes pop {
  42. from {
  43. transform:scale(0.90)
  44. }
  45. 50% {
  46. transform:scale(1.01)
  47. }
  48. to {
  49. transform:scale(0.90)
  50. }
  51. }
  52. @-webkit-keyframes pop {
  53. from {
  54. -webkit-transform:scale(0.95)
  55. }
  56. 50% {
  57. -webkit-transform:scale(1)
  58. }
  59. to {
  60. -webkit-transform:scale(0.95)
  61. }
  62. }
  63. </style>
  64.  
  65. <style>
  66. @font-face {
  67. font-family:aeroblade;
  68. src:url(https://dl.dropbox.com/s/rp1c9fy6nef7l15/Aeroblade%20DEMO.ttf);
  69. }
  70.  
  71. #blade {
  72. font-family:aeroblade;
  73.  
  74. </style>
  75.  
  76. <div id="blade"></div>
  77.  
  78. <style>
  79. @font-face {
  80. font-family: good-time;
  81. src: url(https://dl.dropbox.com/s/ijxda4xb1cyjpe4/KGAlwaysAGoodTime.ttf);
  82. }
  83.  
  84. #good-time {
  85. font-family: good-time;
  86. }
  87. </style>
  88.  
  89. <div id="good-time"></div>
  90.  
  91. <style>
  92. #rotate1 {
  93. animation: smallrotate 1s ease;
  94. transform-origin: center;
  95. width: auto;
  96. }
  97. @keyframes smallrotate {
  98. from {
  99. transform: scale(.5) rotate(50deg);
  100. }
  101. to {
  102. transform: scale(1) rotate(0);
  103. }
  104. }
  105. </style>
  106.  
  107. <div id="rotate1">
  108. </div>
  109.  
  110. <style>
  111. @font-face {
  112. font-family: baligle;
  113. src:url(https://dl.dropbox.com/s/xqmnf9qj9tmgqgz/Baligle%20Regular.otf);
  114. }
  115.  
  116. #corazon {
  117. font-family: baligle;
  118. font-size: 1em;
  119. }
  120.  
  121. </style>
  122.  
  123. <div id="corazon"></div>
  124.  
  125. <style>
  126. img:hover {
  127. -webkit-filter:blur(1.25px); -webkit-transition: .1s ease-in; -moz-transition: .1s ease-in; transition: .1s ease-in;
  128. }
  129. </style>
Advertisement
Add Comment
Please, Sign In to add comment