Answer the question
In order to leave comments, you need to log in
Why doesn't "align-self: flex-end;" work?
Hello!
There is such code:
https://jsfiddle.net/ec5Ldazv/
Please explain why this part does not work for the first ".wrap":
.item:nth-of-type(3) {
align-self: flex-end;
}
.wrap {
align-content: flex-start;
}
Answer the question
In order to leave comments, you need to log in
Please explain why this part does not work for the first ".wrap"
align-content: flex-start;
to , which overrides To work, set align-self
align-content: flex-start;
align-items: flex-start;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question