Skip to content

Instantly share code, notes, and snippets.

@kaleb
kaleb / dabblet.css
Created September 17, 2013 20:21 — forked from colynb/dabblet.css
Radio Button Hack - CSS Only
input[type=radio] {
position: absolute;
top: -9999px;
left: -9999px;
}
label {
cursor: pointer;
text-align: center;
font-family: sans-serif;