Skip to content

Instantly share code, notes, and snippets.

@Fauntleroy
Created February 28, 2013 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fauntleroy/5058224 to your computer and use it in GitHub Desktop.
Save Fauntleroy/5058224 to your computer and use it in GitHub Desktop.
A terse gist
<h1>Isn't Terse <strong>awesome</strong>?!!!</h1>
<a href="http://www.youtube.com/watch?v=ygI-2F8ApUM">Yes</a>
<a href="http://www.youtube.com/watch?v=cRrdP8bUZI4">No</a>
@-webkit-keyframes alpha {
0% { color: rgb( 0, 215, 115 ); }
25% { color: rgb( 0, 167, 215 ); }
50% { color: rgb( 100, 125, 255 ); }
75% { color: rgb( 210, 0, 255 ); }
100% { color: rgb( 0, 215, 185 ); }
}
h1 {
font-family: monospace;
}
h1 > strong {
-webkit-animation: alpha 150ms linear infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment