Answers for "how to align buttons inline bootatrap div element"

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
1

bootstrap center button horizontally

<button type="submit" class="btn btn-primary mx-auto d-block">Submit</button>
Posted by: Guest on June-03-2020

Code answers related to "how to align buttons inline bootatrap div element"

Browse Popular Code Answers by Language