Skip to content

Instantly share code, notes, and snippets.

@ggamel
Created May 18, 2012 17:30
Show Gist options
  • Select an option

  • Save ggamel/2726584 to your computer and use it in GitHub Desktop.

Select an option

Save ggamel/2726584 to your computer and use it in GitHub Desktop.
Grayscaled kitteh
/**
* Grayscaled kitteh
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
img {
-webkit-filter: grayscale(100%);
border: 10px solid white;
}
<img class="kitteh" src="http://placekitten.com/720/300" alt="kitteh" title="kitteh" />
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment