Skip to content

Instantly share code, notes, and snippets.

@rpsthecoder
Created February 5, 2019 02:52
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 rpsthecoder/d94c26b08b5983ad6638cc6111d1e688 to your computer and use it in GitHub Desktop.
Save rpsthecoder/d94c26b08b5983ad6638cc6111d1e688 to your computer and use it in GitHub Desktop.
h1:target{
animation: dropShadow 1.5s;
}
@keyframes dropShadow{
50%{
text-shadow:
1px 1px #02b1fe,
2px 2px #02b1fe,
3px 3px #02b1fe,
4px 4px #02b1fe,
5px 5px #02b1fe;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment