Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 287 Bytes

float.md

File metadata and controls

24 lines (18 loc) · 287 Bytes

Q: float清除浮动

A:

clear: both

  selector::after{
    content: '';
    display: block;
    height: 0;
    clear: both;
  }

overflow

  selector {
    overflow: auto;
  }

原理: overflow属性值不为visible时,该元素会创建一个BFC