thomaspark / gridgarden

A game for learning CSS grid layout 🥕

Home Page:https://cssgridgarden.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Level 6, Negative values offset by one.

verioussmith opened this issue · comments

I believe the negative values on Level 6 are off by one. The value of Negative one (-1) causes the poison to be off the screen. The value of negative two (-2) causes the poison to be on the first block from the right. This seems inconsistent. Am I wrong?

With the grid-columns-start values you don't count the cells ( inside a column) you count where you will start from which column row it will start

example for exercice level 6, you must put the value -3 because it is the column between the line of the column -3 and -2 that you will select

Look here for more details https://www.w3.org/TR/css3-grid-layout/#line-placement.