Sets the alignment inside the container.
Used by: Grid
| Value | Description |
|---|---|
| Default | By default. Not specified. Behavior depends on the container |
| Start | From the beginning (along the main axis of the container) |
| End | From the end (along the main axis of the container) |
| Top | Align top |
| Bottom | Align bottom |
| Middle | Center |
| Center | Center |
| Stretch | Stretch to the full width/height of the container |
| Baseline | Along the baseline of the text |