Last active
August 29, 2015 14:26
-
-
Save jewel-andraia/893ec10348f3b426a069 to your computer and use it in GitHub Desktop.
intensifies
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
[^](/intensifies) |
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
/* 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