4 lớp từ trong ra: content (nội dung), padding (khoảng đệm), border (viền), margin (khoảng cách ngoài).
- Mặc định width/height chỉ tính content.
- Dùng
box-sizing: border-boxđể tính luôn padding + border.
4 layers from inside out: content, padding (inner spacing), border, margin (outer spacing).
- By default, width/height only applies to content.
- Use
box-sizing: border-boxto include padding and border in the width/height calculation.