Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style> .blinky{
- animation:blink 1s step-end infinite;
- display-block:inline;
- }
- @keyframes blink {
- 0% {opacity:1;}
- 50% {opacity:0;}
- } </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement