I have the following below:
<section class="m-5">
<div class="container">
<div class="row text-center justify-content-center" style="height:75px">
<div id="one" class="col-2 border ">1</div>
<div id="two" class="col-2 border ">2</div>
<div id="three" class="col-2 border ">3</div>
</div>
</div>
The text (1, 2, 3) are centered horizontally, but not vertically.
Is there a way for me to center the texts both vertically and horizontally at the same time with bootstrap?