Created
June 22, 2016 15:17
-
-
Save aligator28/030f96761804ea7f48d29584e7c5c5e3 to your computer and use it in GitHub Desktop.
Click in Css Emulation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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