I'm trying to center my text in a div (vertically and horizontally), but I am using the bootstrap3 grid system so I can't seem to find an applicable answer. Most answers that I found require a table.
Here is my markup:
<div class="row">
    <div class="col-xs-4">
        This is the text that I want to center...
    </div>
    <div class="col-xs-4">
        This is the text that I want to center...
    </div>
    <div class="col-xs-4">
        This is the text that I want to center...
    </div>
</div>
 
     
     
    