Box model (Margin, Padding, border, Box sizing, overflow) code example Example: reset the entire box model * { box-sizing: border-box; }