miitopias

ghost letters duvet ju mp

Aug 24th, 2021 (edited)
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <style>
  2. .ghost mark {
  3. background: none;
  4. font-size:4em;
  5. transition: 0.6s;
  6. }
  7.  
  8. .ghost mark:hover{
  9. filter: blur(70px);
  10. opacity: 0;
  11. }
  12. .ghost mark:nth-child(1){
  13. animation-delay: 0.1s;
  14. }
  15. .ghost mark:nth-child(2){
  16. animation-delay: 0.2s;
  17. }
  18. .ghost mark:nth-child(3){
  19. animation-delay: 0.3s;
  20. }
  21. .ghost mark:nth-child(4){
  22. animation-delay: 0.4s;
  23. }
  24. .ghost mark:nth-child(5){
  25. animation-delay: 0.5s;
  26. }
  27. .ghost mark:nth-child(6){
  28. animation-delay: 0.6s;
  29. }
  30. .ghost mark:nth-child(7){
  31. animation-delay: 0.7s;
  32. }
  33. </style>
Add Comment
Please, Sign In to add comment