Shadow offsets need units.
Acceptance criteria
- 1.Shadow offsets need units.
Shadow offsets need units.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #box { box-shadow: 2 4 6 red; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.