Skip to content

Instantly share code, notes, and snippets.

@johnRivs
Last active November 30, 2020 14:11
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 johnRivs/d3439e520ca7d0e476c0524dee832dac to your computer and use it in GitHub Desktop.
Save johnRivs/d3439e520ca7d0e476c0524dee832dac to your computer and use it in GitHub Desktop.
?
/* https://twitter.com/gavinjoyce/status/1333412203232374785 */
/* https://play.tailwindcss.com/d3E0Wybzwq */
@keyframes \?wobble {
0% {
box-shadow: inset 4px 4px rgb(236, 15, 170), inset -4px -4px rgb(236, 15, 170);
}
100% {
box-shadow: inset 8px 8px rgb(236, 15, 170), inset -8px -8px rgb(236, 15, 170);
}
}
.\? {
animation: \?wobble 0.5s ease-in-out alternate infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment