Text

Align

Sets the text alignment.

<p class="u-text-start">Start</p>
<p class="u-text-center">Center</p>
<p class="u-text-end">End</p>

Start

Center

End

Responsive Align

Sets the text alignment at the medium breakpoint.

<p class="u-text-start-md">Start</p>
<p class="u-text-center-md">Center</p>
<p class="u-text-end-md">End</p>

Start

Center

End