Published
- 1 min read
make div center of screen bootstrap 5
The solution for this is noted below
make div center of screen bootstrap 5
Solution
<div class="d-flex justify-content-md-center align-items-center vh-100">
<p>Your Content</p>
</div>
Try other methods by searching on the site. That is if this doesn’t work