We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use grid-column and grid-row at the same time to set position in both dimensions.
There is no any hint of where to position the grid cell.
I tried to fill the entire grid area with the grid using: grid-column: 1 / -1; grid-row: 1 / -1
grid-column: 1 / -1;
grid-row: 1 / -1
but it wasn't the correct answer.
The text was updated successfully, but these errors were encountered:
Hey @Sanusihassan, this is what the garden should look like on level 14. You should fill the cell with the weed:
Sorry, something went wrong.
No branches or pull requests
The question says
Use grid-column and grid-row at the same time to set position in both dimensions.
There is no any hint of where to position the grid cell.
I tried to fill the entire grid area with the grid using:
grid-column: 1 / -1;
grid-row: 1 / -1
but it wasn't the correct answer.
The text was updated successfully, but these errors were encountered: