css学习笔记 BFC
BFC
float的值不为none。
overflow的值为auto,scroll或hidden。
display的值为inline-block、table-cell、flex、table-caption或者inline-flex
position的值不为relative和static。
BFC & floatfloat
Since a float is not in the flow, non-positioned block boxes created before and after the float box flow vertically as if the float d
...