A nested rule needs its own declaration block.
Acceptance criteria
- 1.A nested rule needs its own declaration block.
A nested rule needs its own declaration block.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #wrap { color: red; & p color: blue; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.