justify bootstrpa classes code example
Example 1: justify text bootstrap
<p class="text-justify"> your text for example : Hellow! World.. </p>
Example 2: justify content space between class bootstrap
<div class="row d-flex justify-content-between"></div>