Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 169 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 169 Bytes

简述 CSS 盒模型

盒子由 margin、border、padding、content 组成;

标准盒模型:box-sizing: content-box;

IE 盒模型:box-sizing: border-box;