Column vs Rows using Grid

I was able to pass this with ease, however, I’m confused. This was already a column to begin with and it says add grid-template-columns: 100px 100px 100px to turn it into a column. Does it like a row to you? Check out the link below.

It says:

“Give the grid container three columns that are each 100px wide.”

In other words, convert it from the default one column layout into “three columns”. I’m not seeing anywhere in the instructions where it says or implies that it isn’t in a single column format by default.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.