Skip to content

Instantly share code, notes, and snippets.

@g12n
Created September 18, 2013 11:02
Show Gist options
  • Select an option

  • Save g12n/6607589 to your computer and use it in GitHub Desktop.

Select an option

Save g12n/6607589 to your computer and use it in GitHub Desktop.
Retro Love: the blink element
/**
* 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;}
<!-- 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>
// alert('Hello world!');
{"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