<div class=''box">
<p>我是浮动的</p>
<p>我也是居中的</p>
</div>
.box{
float:left;
position:relative;
left:50%
}
p{
float:left;
position:relative;
right:50%;
}
<div class=''box">
<p>我是浮动的</p>
<p>我也是居中的</p>
</div>
.box{
float:left;
position:relative;
left:50%
}
p{
float:left;
position:relative;
right:50%;
}
本文标题:浮动元素水平居中
本文链接:https://www.haomeiwen.com/subject/zlvllftx.html
网友评论