A later background shorthand resets background-color.
Acceptance criteria
- 1.A later background shorthand resets background-color.
A later background shorthand resets background-color.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #box { background-color: #f0f0f0; background: none; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.