box-sizing
Box ModelSpecifies how total element widths and heights are calculated (including or excluding padding and borders).
Common Value Formats
- box-sizing: content-box; Default (padding/border expand size)
- box-sizing: border-box; Highly recommended (padding/border remain inside width)