rachelandrew / cssgrid-ama

Ask me anything about CSS Grid Layout
328 stars 12 forks source link

Why doesn't the grid-column-count start at coordinate (0|0) #123

Open maximilian-lindsey opened 6 years ago

maximilian-lindsey commented 6 years ago

I just started to learn css-grid and was wondering why the column-count doesn't start at coordinate (0|0) and instead starts at (1|1)?

If I see at my grid as coordinate system it would make much more sense for the starting point to be x = 0 and y = 0.

dlipeles commented 5 years ago

Wondering why this is the case also