The tracks are declared but the element is not a grid.
Acceptance criteria
- 1.The tracks are declared but the element is not a grid.
The tracks are declared but the element is not a grid.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #grid { grid-template-columns: repeat(3, 100px); gap: 12px; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.