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/2c9e82a55bc453e032df to your computer and use it in GitHub Desktop.
Save eliranmal/2c9e82a55bc453e032df to your computer and use it in GitHub Desktop.
switching kittens #3 - return to innocence
/* switching kittens #3 - return to innocence */
input[type=checkbox]::before {
content: url('//placekitten.com/402/402');
width: 400px;
height: 400px;
display: block;
overflow: hidden;
}
input[type=checkbox]:checked::before {
content: url('//placekitten.com/409/407');
}
<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