An inline element ignores width.
Acceptance criteria
- 1.An inline element ignores width.
An inline element ignores width.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #box { display: inline; width: 120px; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.