https://www.smashingmagazine.com/2017/12/understanding-css-layout-block-formatting-context/
Once again the BFC is doing this job of containing the things inside it, stopping them from escaping and poking out of the box。
什么是BFC
BFC就是一个可以包含所有在他里面的元素的这么一个区域,并且可以防止里面的元素溢出。
具体的作用
- 清除浮动
- 避免margin折叠
- 避免wrap float(与布局有关)
如何产生
常见的有