how to align display block inside row class div in bootstrap 4 code example
Example: centralize div bootstrap
<div class="row align-items-center justify-content-center">
<div class="col">This will be centered vertically and horizontally</div>
</div>