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/f104774d4f2ff7a43f3a to your computer and use it in GitHub Desktop.
Save eliranmal/f104774d4f2ff7a43f3a to your computer and use it in GitHub Desktop.
switching kittens #1 - be naive
/* switching kittens #1 - be naive */
input[type=checkbox] {
background-image: url('//placekitten.com/401/401');
width: 400px;
height: 400px;
}
input[type=checkbox]:checked {
background-image: url('//placekitten.com/401/403');
}
<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