CSSHTML + CSS
Draft saved locallyCSS · Spaces: 2
Live preview move your pointer inside
Mission 01 10 min
Reward+100 XP

Start a Grid

display: grid creates rows and columns for the direct children.

01
Your mission

Make .game-grid a grid container.

  • Set display: grid on .game-grid.
Check my page Run project
Mission demoStart a Grid

Finished result only — the answer code stays hidden.