The padding should come from the token, not a repeated literal.
Acceptance criteria
- 1.The padding should come from the token, not a repeated literal.
The padding should come from the token, not a repeated literal.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #wrap { --space: 16px; padding: 24px; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.