L
L
Leg1tPlayer2020-12-27 12:26:33
css
Leg1tPlayer, 2020-12-27 12:26:33

How to center blocks inside a div?

................................................. ................................................. ................................................. ................................................. ................................................. ................................................. ............

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dmitry Komchev, 2020-12-27
@Lebezniy

.parent-div {
    display: grid;
    place-items: center;
}

D
Dmitry Samoilov, 2020-12-27
@distCom

align-items: center centers vertically, if that's what you mean

V
Vladislav Tseplyaev, 2020-12-27
@Frint

If you are talking about Boostrap, then the mx-auto class aligns horizontally, and my-auto aligns vertically

F
felony13twelve, 2020-12-27
@felony13twelve

display:flex;
justify-content: center; or align-items: center;
We don't know what you need

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question