center text in boots code example
Example 1: centre text bootstrap
<div class = "text-center">
<p> hello world</p>
</div>
Example 2: bootstrap text center in div
<!-- recommended method -->
<div class="col-xs-1 text-center">
<div class = "text-center">
<p> hello world</p>
</div>
<!-- recommended method -->
<div class="col-xs-1 text-center">