z-index is ignored on a static element.
Acceptance criteria
- 1.z-index is ignored on a static element.
z-index is ignored on a static element.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #box { z-index: 10; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.