A
A
aweui2019-01-14 23:32:28
css
aweui, 2019-01-14 23:32:28

How to push all blocks to the bottom if flex-direction: column?

Hello.
https://jsfiddle.net/65uwnbvx/1/
Do flexes even have a way to pinch content if flex-direction: column?
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Goryachev, 2019-01-15
@aweui

Play around at your leisure %)
yoksel.github.io/flex-cheatsheet/#justify-content
Flex is too flexible to be able to do that.
But the answers have already been given, just a useful link)

S
Stepasyuk, 2021-03-15
@Stepasyuk

Outer block position: relative;
And the one that needs to be nailed down position absolute; bottom: 0;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question