Box Model Exercise
Instructions:
- Create two boxes with the same width, padding, border, and margin
- Make one box use content-box sizing
- Make the other box use border-box sizing
- Observe and document the differences in final dimensions
Box 1 (content-box)
Content Box
Box 2 (border-box)
Border Box