CSSHTML + CSS
Draft saved locallyCSS · Spaces: 2
Live preview move your pointer inside
Start a Grid
display: grid creates rows and columns for the direct children.
01
Your mission
Make .game-grid a grid container.
- Set
display: gridon.game-grid.
Check my page Run project