Align #
The aFP Design System provides utility classes that control how items are aligned along the cross axis within flex or grid containers. These alignment tools can be combined with other layout utilities, such as stack or cluster, to easily position elements inside a container.
Classes #
| Class | Value | Preview |
|---|---|---|
afp-align-baseline |
baseline |
|
afp-align-center |
center |
|
afp-align-end |
flex-end |
|
afp-align-start |
flex-start |
|
afp-align-stretch |
stretch |