y2kcarrds

kokonai ju mp name code

Jul 18th, 2022
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <style>
  2. #fuck {
  3. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  4. font-family: kitten;
  5. font-size:2em;
  6. font-weight:bold;
  7. color: #fff;
  8. -webkit-animation: pop 1s ease-in-out infinite alternate;
  9. animation: pop 1s ease-in-out infinite alternate;
  10. -moz-animation: pop 1s ease-in-out infinite alternate;
  11. }
  12.  
  13. @keyframes pop {
  14. from {
  15. transform:scale(0.95)
  16. }
  17.  
  18. 50% {
  19. transform:scale(1)
  20. }
  21.  
  22. to {
  23. transform:scale(0.95)
  24. }
  25. }
  26.  
  27. @-webkit-keyframes pop {
  28. from {
  29. -webkit-transform:scale(0.95)
  30.  
  31. }
  32.  
  33. 50% {
  34. -webkit-transform:scale(1)
  35.  
  36. }
  37.  
  38. to {
  39. -webkit-transform:scale(0.95)
  40.  
  41. }
  42. }
  43.  
  44. </style>
  45. <div id="fuck">name or name</div>
Add Comment
Please, Sign In to add comment