Created
December 23, 2011 18:32
-
-
Save BaylorRae/1515022 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
html { | |
background: #f2f2f2; | |
} | |
body { | |
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; | |
font-weight: 300; | |
background: #fff; | |
padding: 20px; | |
margin: 40px; | |
border: 1px solid #ddd; | |
font-size: 1.2em; | |
} | |
h2 { | |
margin-top: 0; | |
} | |
label { | |
background: hsl(40, 100%, 60%); | |
} |
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
<h2>Checkboxes</h2> | |
<p>Orange is the clickable area</p> | |
<form> | |
<p> | |
<input id="box1" type="checkbox"> | |
<label for="box1">Checkbox 1</label> | |
</p> | |
<p> | |
<label> | |
<input type="checkbox"> | |
Checkbox 2 | |
</label> | |
</p> | |
</form> |
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","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment