Skip to content

Instantly share code, notes, and snippets.

<div id="lamp">
<input type="radio" name="switch" value="on" />
<input type="radio" name="switch" value="off" checked="checked"/>
<label for="switch" class="entypo-lamp"></label>
<div class="lamp">
<div class="gonna-give-light"></div>
</div>
</div>