clear
.box{
width:100px;
height:100px;
background-color:red;
clear:left;
}
清除左浮动
.box{
width:100px;
height:100px;
background-color:red;
clear:right;
}
清除右浮动
.clearfix:after
.clearfix:after{
content:' ';display:hidden;
clear:both;
}
clear
.box{
width:100px;
height:100px;
background-color:red;
clear:left;
}
清除左浮动
.box{
width:100px;
height:100px;
background-color:red;
clear:right;
}
清除右浮动
.clearfix:after
.clearfix:after{
content:' ';display:hidden;
clear:both;
}
本文标题:清除浮动
本文链接:https://www.haomeiwen.com/subject/ermfcqtx.html
网友评论