Skip to content

Instantly share code, notes, and snippets.

@danielmascena
Last active March 15, 2017 13:06
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 danielmascena/4f64e78d636759af990f27905517f41d to your computer and use it in GitHub Desktop.
Save danielmascena/4f64e78d636759af990f27905517f41d to your computer and use it in GitHub Desktop.
Hidden checkboxes
/* Hidden checkboxes */
#btnControl { display: none;}
#btnControl:checked + label > img {
transform: scale(.5) rotate(360deg);
}
img {transition: transform .5s linear;}
<input type="checkbox" id="btnControl"/><label class="btn" for="btnControl"><img src="http://placekitten.com.s3.amazonaws.com/homepage-samples/200/140.jpg" id="btnLeft" /></label>
// alert('Hello world!');
{"view":"split","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