L
L
lavezzi12015-11-09 20:42:42
css
lavezzi1, 2015-11-09 20:42:42

Flexbox how to stretch blocks along the height of space between type only vertically?

Hello! There is a list (li) of blocks and it needs to be stretched vertically, how to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey delphinpro, 2015-11-09
@lavezzi1

display: flex;
flex-direction: column;
justify-content: space-between;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question