将单选按钮对齐到中心

时间:2016-09-16 22:21:40

标签: html css checkbox

我正在尝试将我的收音机按钮和文字对齐到中心,但我无法让它工作,我希望收音机按钮直线向下,旁边的文字,这就是它看起来像现在,使用HTML: enter image description here

,CSS是:

enter image description here

我希望你可以帮忙解决这个问题,因为我已经在这个问题上苦苦挣扎了几个小时。

2 个答案:

答案 0 :(得分:0)

您应该尝试使用css tag float http://www.w3schools.com/css/css_float.asp

Sry,我不评论但不能,没有回复

答案 1 :(得分:0)

这应该有效:

<hr>
<div><label><input type="radio" /> Label text</label><br>
<label><input type="radio" /> Label text2</label></div>