I want to align the text vertically in the div, but I would like to know if it's possible to do it without changing the css because I'm using link
<div class="sticky-top">
<div class="container-fluid bg-secondary" style="height:70px;">
<div class="row">
<div class="col-md-1" style="text-align: center">Referência</div>
<div class="col-md-2" style="text-align: center">Diametro do Aço (DE)</div>
<div class="col-md-2" style="text-align: center">Comprimento Total (L0)</div>
<div class="col-md-2" style="text-align: center">Diametro Exterior</div>
<div class="col-md-1" style="text-align: center">Passo</div>
<div class="col-md-1" style="text-align: center">Preço</div>
<div class="col-md-3" style="text-align: center"></div>
</div>
</div>
</div>
This is my code, and this is the result:
Before I had a jumbotron and the texts were aligned in the center, but the jumbotron is very tall, and took up a lot of space.