Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created July 15, 2015 22:58
Show Gist options
  • Save chuck0523/ca22cc3b8e76d8cb5e66 to your computer and use it in GitHub Desktop.
Save chuck0523/ca22cc3b8e76d8cb5e66 to your computer and use it in GitHub Desktop.
.img1 {
width: 400px;
-webkit-filter: grayscale(1); /* Webkit */
filter: gray; /* IE6-9 */
filter: grayscale(1); /* W3C */
&:hover {
-webkit-filter: grayscale(0); /* Webkit */
filter: none; /* IE6-9 */
filter: grayscale(0); /* W3C */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment