I've tried a few options. What is the correct way to center a button in a div. Using CSS? Bootstrap?
HTML:
<div class"col-md-12 text-center">
<button type="button" class="btn btn-primary">Generate a Quote</button>
</div>
I've tried a few options. What is the correct way to center a button in a div. Using CSS? Bootstrap?
HTML:
<div class"col-md-12 text-center">
<button type="button" class="btn btn-primary">Generate a Quote</button>
</div>