center with bootstra code example
Example 1: bootstrap center
<div class="row h-100">
<div class="col-sm-12 my-auto">
<div class="card card-block w-25">Card</div>
</div>
</div>
Example 2: how to center an element in bootstrap
//Bootstrap answer
To center text add .text-center class to the parent element