Skip to content

Instantly share code, notes, and snippets.

@ahaywood
Last active December 11, 2015 08:48
Show Gist options
  • Save ahaywood/4575408 to your computer and use it in GitHub Desktop.
Save ahaywood/4575408 to your computer and use it in GitHub Desktop.
CSS: Black and White Image
.black_and_white { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment