テキストを div (垂直および水平) の中央に配置しようとしていますが、bootstrap3 グリッド システムを使用しているため、適切な答えが見つからないようです。私が見つけたほとんどの回答には、テーブルが必要です。
ここに私のマークアップがあります:
<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>