dnwmfilms

↳ ❝ [pop] ¡! ❞

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