0

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>
Jon Dan
  • 95
  • 1
  • 1
  • 9
  • 1
    need to make sure that a) button css is set to display:block; b) button css margin left and right are set to auto. – frenchie May 14 '17 at 15:39
  • `text-center` should work, but the html is malformed. the class attribute should be `class="col-md-12 text-center"` but you're missing the `=` – Carol Skelly May 14 '17 at 15:55

0 Answers0