I want to be able to center the div that contains the text below in the middle of the page. I though I would be able to use the 'center-block' class in bootstrap but it doesn't seem to work:
Live preview: http://codepen.io/anon/pen/tCIlG
Code below:
<div class="row">
<div class="col-md-4 center-block text-center">
I want to center the div that this text is in.I want to center the div that this text is in.I want to center the div that this text is in.I want to center the div that this text is in.I want to center the div that this text is in.I want to center the div that this text is in.I want to center the div that this text is in.I want to center the div that this text is in.I want to center the div that this text is in.I want to center the div that this text is in.
</div>
</div>