Skip to content

Instantly share code, notes, and snippets.

@canerbasaran
Created June 19, 2020 06:02
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 canerbasaran/66bc94a7587d2cac47e554a98a09aeb7 to your computer and use it in GitHub Desktop.
Save canerbasaran/66bc94a7587d2cac47e554a98a09aeb7 to your computer and use it in GitHub Desktop.
grayscale website
<style>
body {
-moz-filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray;
filter: grayscale(100%);
position: relative;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment