Text alignment (text_text_alignment)

Justify (text-justify)

Left (text-left)

Center (text-center)

Right (text-right)

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