how to align div in center of screen using bootstrap 4 code example
Example 1: align eliment in center of row bootstrap
<div class="row justify-content-center">
...inner divs and content...
</div>
Example 2: how to center vertically in bootstrap col
<div class="my-auto">
...inner divs and content...
</div>