Created
September 18, 2013 11:02
-
-
Save g12n/6607589 to your computer and use it in GitHub Desktop.
Retro Love: the blink element
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Retro Love: the blink element | |
| */ | |
| body{font-size: 180%} | |
| @keyframes blink { | |
| 0% {opacity: 0} | |
| 49%{opacity: 0} | |
| 50% {opacity: 1} | |
| } | |
| blink{animation: blink 1s infinite;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- content to be placed inside <body>…</body> --> | |
| <center>Use CSS3 to bring back the good old <blink>blink-element</blink>. <br>Your Old Scool clients will love you!</center> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment