Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Level 5, description is wrong #35

Open
Aksana-Tsishchanka opened this issue May 16, 2017 · 1 comment
Open

Level 5, description is wrong #35

Aksana-Tsishchanka opened this issue May 16, 2017 · 1 comment

Comments

@Aksana-Tsishchanka
Copy link

Hi, I think task is incorrect due to description which says about negative values, nevertheless grid-column-start begins from 1. And grid-column-end: 5.

@thomaspark
Copy link
Owner

Hi Aksana, it's true that for normal use of these properties, values range from 1 to 5. However, a neat thing about grid is that they also accept negative values, which count the grid lines from the right side instead of the left.

grid-column-start: 1; counts the first grid line from the left.

grid-column-start: -1; counts the first grid line from the right.

Other negative values work in a similar way. Hope that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants