how to center an item in bootstrap code example
Example 1: centralize div bootstrap
<div class="row align-items-center justify-content-center">
<div class="col">This will be centered vertically and horizontally</div>
</div>
Example 2: how to center an element in bootstrap
//Bootstrap answer
To center text add .text-center class to the parent element