Text alignment (text_alignment)

Justify (text-justify)

Left (text-left)

Center (text-center)

Right (text-right)

<p class="text-justify bg-gray">Justify (text-justify)</p> <p class="text-left bg-gray">Left (text-left)</p> <p class="text-center bg-gray">Center (text-center)</p> <p class="text-right bg-gray">Right (text-right)</p>