Grid Alignment
Grid has alignment properties for both the grid container and individual items.
Container Properties
| Property | Controls |
|---|---|
justify-items | Items along row axis (horizontal) |
align-items | Items along column axis (vertical) |
justify-content | Grid tracks inside container (horizontal) |
align-content | Grid tracks inside container (vertical) |
Item Properties
| Property | Controls |
|---|---|
justify-self | Single item horizontal alignment |
align-self | Single item vertical alignment |
place-self | Shorthand for both |