Skip to content

Instantly share code, notes, and snippets.

@lucasmazza
Created May 12, 2014 13:39
Show Gist options
  • Select an option

  • Save lucasmazza/9f886cd31d36dc9a89d6 to your computer and use it in GitHub Desktop.

Select an option

Save lucasmazza/9f886cd31d36dc9a89d6 to your computer and use it in GitHub Desktop.
Untitled
label{
display: block;
margin: 10px 0;
background-color: rgba(255, 0, 0, 0.3)
}
<label>Input outside the label without for</label>
<input>
<label for='zomg'>Input outside the label w/for</label>
<input id='zomg'>
<label>Input inside the label
<input id=''>
</label>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment