J
J
justdani2018-07-30 16:39:32
Bootstrap
justdani, 2018-07-30 16:39:32

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

2 answer(s)
A
Andrej Sharapov, 2018-07-30
@Madeas

add classes d-flex align-items-center, you can also justify-content-center

A
Adilet Zhuman, 2018-07-30
@adik_zhuman

try using flex

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question