phymooc / Interviews

0 stars 0 forks source link

Box model and BFC #8

Open phymo opened 2 years ago

phymo commented 2 years ago

box model

box-sizing: content-box
box-sizing: border-box
phymo commented 2 years ago

BFC (Block Format Context)

A block formatting context is a part of a visual CSS rendering of a Web page. It is the region in which the layout of block boxes occurs and in which floats interact with other elements.

to solve the Collapsing margins issue https://zhuanlan.zhihu.com/p/50335287