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 16: Should we check the grid-column-end property more precise?

duyphanz opened this issue · comments

image

The grid-column-end property is matching for all values which are greater than 5. Should we define only one matching value?

Hey @duyphanz, I see your point that it should be more precise, but this is how CSS grid works if you try it for yourself.

It's great to hear that. Thanks @thomaspark