thomaspark / gridgarden

A game for learning CSS grid layout 🥕
https://cssgridgarden.com
MIT License
3.19k stars 300 forks source link

add grid guide lines #175

Open VenomFate-619 opened 1 year ago

VenomFate-619 commented 1 year ago

it will be helpful if we add grid guidelines also. like in level 3 thegrid-column-end:4 is the answer but a beginner will think the answer would be grid-column-end:3

image

add the lines will make a better sense image

the number present in grid-column depends on the grid line number instead of the column number (we should mention this somewhere early )