Shorthand property is not working -Level 16 lesson 5
.item-x {
background-color: #ED639E;
grid-column: line2 / line3;
grid-row: 2 / span 2;
}
That's the code but still gives an error of :
Use the grid-column property, with correct values, to place the item column wise