Vertically aligning text next to a radio button

后端 未结 10 2000
醉梦人生
醉梦人生 2021-01-01 08:36

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

10条回答
  •  被撕碎了的回忆
    2021-01-01 09:08

    Use it inside a label. Use vertical-align to set it to various values -- bottom, baseline, middle etc.

    http://jsfiddle.net/UnA6j/5/

提交回复
热议问题