Skip to content

Instantly share code, notes, and snippets.

@voldmar
Created March 7, 2013 07:50
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 voldmar/5106294 to your computer and use it in GitHub Desktop.
Save voldmar/5106294 to your computer and use it in GitHub Desktop.
Untitled
ul {
list-style: none;
padding: 0;
margin: 0;
}
input:checked + label {
background: yellow;
}
<ul>
<li class="choice"><input type="radio" name="blah"><label for="">vanilla</label></li>
<li class="desc">real vanilla with extra cheese and onions</li>
<li class="choice"><input type="radio" name="blah"><label for="">almond</label></li>
<li class="choice"><input type="radio" name="blah"><label for="">mint</label></li>
</ul>
// alert('Hello world!');
{"view":"separate","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