This is a basic CSS question, I have a radio button with a small text label after it. I want the text to appear centered vertically but the text is always aligned with the b
Used to this
input[type="radio"]{ vertical-align:top; } p{ font-size:10px;line-height: 18px; }
Demo