Skip to content

Instantly share code, notes, and snippets.

@aligator28
Created June 22, 2016 15:17
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 aligator28/030f96761804ea7f48d29584e7c5c5e3 to your computer and use it in GitHub Desktop.
Save aligator28/030f96761804ea7f48d29584e7c5c5e3 to your computer and use it in GitHub Desktop.
Click in Css Emulation
#btnControl {
display: none;
}
#btnControl:checked + label > img {
width: 70px;
height: 74px;
}
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment