...

/

Placing Content in Your Post-Apocalyptic Grid - I

Placing Content in Your Post-Apocalyptic Grid - I

Get introduced to the grid properties used to set the location and size of a grid's item.

The following are some properties used to define an item’s size and location inside a grid.

Gridpocalypse: The start and end

grid-column-start: This sets the column name or number where the element should start.

grid-column-end: This sets the column name or number where the element should end.

grid-row-start: This sets the row name or number where the element should start.

grid-row-end: This sets the row name or number where the element should end.

.zombie-item {
   
...