|
* `*-items` is used on the grid container and affects the grid items. Values are `stretch` (default), `center`, `start`, `end`
|
|
* `*-items` is used on the grid container and affects the grid items. Values are `stretch` (default), `center`, `start`, `end`
|
|
* `*-content` is also used on the grid container and affects the grid content if the items don't fill all the space (e.g. with fixed widths). Values are `start` (default), `center`, `end`, `space-between` (very useful), `space-between`, `space-evenly`
|
|
* `*-content` is also used on the grid container and affects the grid content if the items don't fill all the space (e.g. with fixed widths). Values are `start` (default), `center`, `end`, `space-between` (very useful), `space-between`, `space-evenly`
|