I'm developing a bootstrap style website and I have text that needs centering. I've centered it in the horizontal dimension by using center align but I dont know how to center it vertically in the row.
<div class="col-md-6">
<p align="center">Some Text that needs centering.</p>
</div>
The 'align="center"' takes care of the horizontal alignment but I dont know how to put the text in the absolute center of the row.