Rowan Liu's Tech
Home
Blog
CSS
JS
lib
Read
About
GitHub
Home
Blog
CSS
JS
lib
Read
About
GitHub
  • CSS
  • rem
  • CSS 选择器
  • inline-block
  • BFC 块格式化上下文
  • 认识Flex
  • Grid
  • 常用的布局实现
  • 响应式Web设计

BFC 块格式化上下文

块格式化上下文 是Web页面的可视化CSS渲染的一部分,是块盒子的布局过程发生的区域,也是浮动元素与其他元素交互的区域。

能够产生BFC的情况

参考

  • BFC MDN
Edit this page
Last Updated: 2026/1/12 10:15
Contributors: Rowan Liu
Prev
inline-block
Next
认识Flex