A blur radius needs a length.
Acceptance criteria
- 1.A blur radius needs a length.
A blur radius needs a length.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #box { filter: blur(4); }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.