CSS清除浮动的一种简便的方法

 在使用的浮动的元素的父元素添加该CSS样式

.clear{
  overflow: auto;      
}

 

posted @ 2019-04-28 10:17  vegetbaleBrid  阅读(161)  评论(0)    收藏  举报