With content-box the padding pushes the box wider than intended.
Acceptance criteria
- 1.With content-box the padding pushes the box wider than intended.
With content-box the padding pushes the box wider than intended.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #box { box-sizing: content-box; width: 200px; padding: 20px; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.