Utilities for controlling how flex and grid items are positioned along a container
"Utilities for controlling how flex and grid items are positioned along a container's cross axis.";
Use the items-stretch utility to stretch items to fill the container's cross axis:
Use the items-start utility to align items to the start of the container's cross axis:
Use the items-center utility to align items along the center of the container's cross axis:
Use the items-end utility to align items to the end of the container's cross axis:
Use the items-baseline utility to align items along the container's cross axis such that all of their baselines align:
Use the items-baseline-last utility to align items along the container's cross axis such that all of their baselines align with the last baseline in the container:
This is useful for ensuring that text items align with each other, even if they have different heights.