Skip to content

Instantly share code, notes, and snippets.

@rlog
Created October 13, 2014 03:29
Show Gist options
  • Save rlog/ede0dbc7301031b5dce0 to your computer and use it in GitHub Desktop.
Save rlog/ede0dbc7301031b5dce0 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #eee;
min-height: 100%;
}
li span {
display: block;
padding: 10px;
background: #3ff;
margin-bottom: 5px;
}
li input {
display: none;
}
li input:checked ~ span {
background: #f00;
}
<!-- content to be placed inside <body>…</body> -->
<ul>
<li><label><input type='radio' name="test" /><span>menu1</span></label></li>
<li><label><input type='radio' name="test" /><span>menu2</span></label></li>
<li><label><input type='radio' name="test" /><span>menu3</span></label></li>
</ul>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment