The property is counter-reset.
Acceptance criteria
- 1.The property is counter-reset.
The property is counter-reset.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #list { counter-set: section 0; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.