Created
July 7, 2014 22:53
-
-
Save pdokas/c451a8db4d09cfb81aa5 to your computer and use it in GitHub Desktop.
Untitled
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
label::after { | |
content: attr(title); | |
} | |
label { | |
/* padding-left */ | |
} | |
label input { | |
height: 0; | |
width: 0; | |
-webkit-appearance: none; | |
} | |
label input::before { | |
content: ""; | |
outline: 1px solid red; | |
width: 5px; | |
height: 5px; | |
display: block; | |
} |
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
<label for='radio-small-1' title="Join"> | |
<input type="radio" id="radio-small-1" name="radio-small-1"> | |
</label> |
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
// alert('Hello world!'); |
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
{"view":"split-vertical","fontsize":"90","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment