Skip to content

Instantly share code, notes, and snippets.

@jewel-andraia
Last active August 29, 2015 14:26
Show Gist options
  • Save jewel-andraia/893ec10348f3b426a069 to your computer and use it in GitHub Desktop.
Save jewel-andraia/893ec10348f3b426a069 to your computer and use it in GitHub Desktop.
intensifies
[^](/intensifies)
/* when users use /intensifies as the url, make text shake */
a[href="/intensifies"] {
color: #000000;
text-transform: uppercase;
display: block;
font-size: 15px;
animation: intensify .1s steps(5) infinite;
-webkit-animation: intensify .1s steps(5) infinite;
-moz-animation: intensify .1s steps(5) infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment