Text Alignment

Demo

Left Alignment

<p>-- Your content here --</p>

Right Alignment

<p class="text-right">-- Your content here --</p>
<p class="text-align-right">-- Your content here --</p>

Center Alignment

<p class="text-center">-- Your content here --</p>
<p class="text-align-center">-- Your content here --</p>

Justify Content

<p class="text-justify">-- Your content here --</p>
<p class="text-align-justify">-- Your content here --</p>