Answer the question
In order to leave comments, you need to log in
bootstrap 4 vertical align?
The question is. How to center an object vertically in bootstrap 4 when the height of the last child element is set, inside which the text should be aligned.
<div class="container"">
<div class="row">
<div class="col">
<div class="lalal style="height: 500px;"> Лупа и пупа</div>
</div>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
add classes d-flex align-items-center, you can also justify-content-center
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question