1
I would like to leave the text within those <h2>
vertically centered
<div class="col-md-2 buttom-area">
<div class="text-center button-disciplina button-border">
<h2>Realizar Chamada</h2>
</div>
<div class="text-center button-disciplina button-border">
<h2>Realizar Chamada</h2>
</div>
<div class="text-center button-disciplina button-border">
<h2>Realizar Chamada</h2>
</div>
<div class="text-center button-disciplina a">
<h2>Realizar Chamada</h2>
</div>
</div>
I tried to use the vertical align
but I couldn’t. how to leave each h2
within those div
vertically centered on them?
The class
text-center
already does this, but aligns horizontally. OP wants to align vertically.– Phiter
exactly Phiter. It performs horizontal alignment. but vertical still does not work
– Lucas Alves