Published
- 1 min read
how to center html element in bootstrap 5
The solution for this is noted below
how to center html element in bootstrap 5
Solution
<!--Grid row-->
<div class="row d-flex justify-content-center">
<!--Grid column-->
<div class="col-md-6">This column is centered</div>
<!--Grid column-->
</div>
<!--Grid row-->
Try other methods by searching on the site. That is if this doesn’t work