Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS The Solution

Janina Alvarez
PLUS
Janina Alvarez
Courses Plus Student 7,917 Points

Why does grid-auto-columns not work here?

I tried implementing this solution with grid-auto-columns, assuming that each grid item would be added to the "implicit grid" with the rule provided. However, when examining the CSS, it looks like the rule is being crossed out as an invalid value.

Steven Parker
Steven Parker
230,688 Points

It would help to see your code. Take a look at this video about sharing a snapshot of your workspace. You may also want to see this one about Posting a Question.

1 Answer

Janina Alvarez
PLUS
Janina Alvarez
Courses Plus Student 7,917 Points

Hey Steven, this question is more a general question about the solution provided in the video, so I figured the video link attached to the question would be enough context. Apologies if it wasn't.

Here is the link to my workspace, which has the correct solution: https://teamtreehouse.com/workspaces/42248505

My question was why grid-auto-columns with the same argument does not work