D
D
DTX2016-07-09 14:27:52
css
DTX, 2016-07-09 14:27:52

How to align text in a flex column vertically?

codepen.io/anon/pen/OXxppp I
'm talking about .l

Answer the question

In order to leave comments, you need to log in

2 answer(s)
H
HamSter, 2016-07-09
@DirecTwiX

.l {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

S
Sergey Goryachev, 2016-07-09
@webirus

flexbox.help
Use.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question