# 请简介 CSS 的盒模型
Issue
欢迎在 Gtihub Issue 中回答此问题: Issue 626 (opens new window)
Author
- 标准盒模型 width = content-width height = content-height
- 怪异盒模型 width = content-width + padding + border height = content-height + padding + border
但是我感觉怪异盒模型更好用 😂
Issue
欢迎在 Gtihub Issue 中回答此问题: Issue 626 (opens new window)
Author
但是我感觉怪异盒模型更好用 😂