Advertisement
powys

Untitled

Sep 20th, 2021
802
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <head>
  2. <style>
  3. p3{
  4. font-size:89%;
  5. font-weight: bold;
  6. color: #484848;
  7. font-family: “georgia”;
  8. animation:blinkingText 1.5s infinite;
  9. line-spacing: -40%;
  10. margin: auto;
  11. }
  12. @keyframes blinkingText{
  13. 0%{ color: #484848; }
  14. 49%{ color: #484848; }
  15. 60%{ color:transparent; }
  16. 99%{ color:transparent; }
  17. 100%{ color: #484848; }
  18. }
  19. </style>
  20. </head>
  21. <p3>blink text</p3>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement