Skip to content

Instantly share code, notes, and snippets.

@eliranmal
Last active August 29, 2015 14:26
Show Gist options
  • Save eliranmal/e865dbc11c8c45601572 to your computer and use it in GitHub Desktop.
Save eliranmal/e865dbc11c8c45601572 to your computer and use it in GitHub Desktop.
switching kittens #2 - abuse your browser
/* switching kittens #2 - abuse your browser */
input[type=checkbox] {
content: url('//placekitten.com/406/404');
width: 400px;
height: 400px;
}
input[type=checkbox]:checked {
content: url('//placekitten.com/404/404');
}
<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