S
S
sorry_i_noob2019-08-19 01:19:52
Flexbox
sorry_i_noob, 2019-08-19 01:19:52

Why doesn't the "justify-self: flex-end;" property work?

Hello! There is such code:
https://jsfiddle.net/cLm6fqeo/
Can you please explain why the button with the class "btn" is not pressed to the bottom of the parent? She has the same justify-self: flex-end;, and the parent flex-direction: column;.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roma Zvarich, 2019-08-19
@sorry_i_noob

The property justify-selfis specific to the CSS Grid module and does not work when used in Flexbox.

B
Brad9aga, 2019-08-19
@Brad9aga

it's done like this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question