Answers for "how to set button in the middle in bootstrap"

0

how to align a button in div center vertically in boostrap

<div class="d-flex align-items-center justify-content-center"></div>
Posted by: Guest on March-16-2021
7

button center bootstrap

<div class="text-center">
	<button type="button" class="btn btn-primary">My button</button>
</div>
Posted by: Guest on June-30-2020

Code answers related to "how to set button in the middle in bootstrap"

Browse Popular Code Answers by Language