Skip to content

Instantly share code, notes, and snippets.

@eliranmal
Last active August 29, 2015 14:26
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 eliranmal/4115ed3c540bd129479e to your computer and use it in GitHub Desktop.
Save eliranmal/4115ed3c540bd129479e to your computer and use it in GitHub Desktop.
switching kittens #4 - abuse your browser some more
/* switching kittens #4 - abuse your browser some more */
input[type=checkbox] {
background-image: url('//placekitten.com/406/408');
width: 400px;
height: 400px;
display: block;
appearance: none;
}
input[type=checkbox]:checked {
background-image: url('//placekitten.com/406/405');
}
<input type="checkbox"/>
// alert('Hello world!');
{"view":"split-vertical","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