The best way I could describe what I want is with this picture:
How do I make it so the text aligns wi
I love this:
HTML:
very long label ...
CSS:
input[type="radio"] { position: absolute; } input[type="radio"] ~ label { padding-left:1.4em; display:inline-block; }