Spanning tracks needs the span keyword.
Acceptance criteria
- 1.Spanning tracks needs the span keyword.
Spanning tracks needs the span keyword.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #grid { display: grid; grid-template-columns: repeat(4, 60px); } .cell { grid-column: 2; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.