Skip to content

Instantly share code, notes, and snippets.

@BaylorRae
Created December 23, 2011 18:32
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 BaylorRae/1515022 to your computer and use it in GitHub Desktop.
Save BaylorRae/1515022 to your computer and use it in GitHub Desktop.
Untitled
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%);
}
<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>
{"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