Skip to content

Instantly share code, notes, and snippets.

@IvanaSays
Last active February 27, 2018 20:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IvanaSays/ac165c2ddbb4008822f241df90348692 to your computer and use it in GitHub Desktop.
Save IvanaSays/ac165c2ddbb4008822f241df90348692 to your computer and use it in GitHub Desktop.
.box {
box-shadow: 1px 1px 1px rgba(0,0,0,.5);
transition: .2s;
}
.active {
box-shadow: 1px 1px 1px rgba(0,0,0,1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment