Css grid: grid column to control spacing

ive been stuck here i cant pass the challenge, need help thanks

.item5 {

background: PaleGreen;

/* Only change code below this line */

grid-column: 1 / 3;

/* Only change code above this line */

}

Hi,

Any link to the challenge?


this is the link

Hi,

The last 2 column out of three column.
grid-column: 2/ 4

1 ----- 2 ----- 3 ------ 4

Line of column numbering is start at 1
Hope you understand it

so this is the answer? grid-column: 2/ 4

thanks a lot it helps me.

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