Skip to content

Instantly share code, notes, and snippets.

@0632347878
Created December 2, 2017 09:37
Show Gist options
  • Save 0632347878/06f838e8c1028823fa867cf943aa483f to your computer and use it in GitHub Desktop.
Save 0632347878/06f838e8c1028823fa867cf943aa483f to your computer and use it in GitHub Desktop.
/* case1 */
/*to right*/
.btn:hover {
box-shadow: inset 100px 0 0 0 #e0e0e0;
color: #fff;
}
/*to left*/
.btn:hover {
box-shadow: inset -100px 0 0 0 #e0e0e0;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment