Skip to content

Instantly share code, notes, and snippets.

@dumaurier
Created March 29, 2012 18:57
Show Gist options
  • Save dumaurier/2242069 to your computer and use it in GitHub Desktop.
Save dumaurier/2242069 to your computer and use it in GitHub Desktop.
....*
/**
*....*
*/
*{
font-family:Arial,sans-serif;
font-size:12px;
}
h6{display:inline-block;margin-right:20px;}
h6:after{
display:inline-block;
content:"*";
color:red;
margin-left:3px;
}
input[type="checkbox"]{
margin-right:3px;}
label{
margin-right:5px;
}
<h6>Career Level</h6>
<input type="checkbox" name="careerLevel" id="Executive">
<label for="Executive">Executive</label>
<input type="checkbox" name="careerLevel" id="Management">
<label for="Management">Management</label>
<input type="checkbox" name="careerLevel" id="NonManagement">
<label for="NonManagement">Non-Management</label>
<input type="checkbox" name="careerLevel" id="Administrative">
<label for="Administrative">Administrative</label>
<input type="checkbox" name="careerLevel" id="Student">
<label for="Student">Student</label>
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment