Answer the question
In order to leave comments, you need to log in
Height of flex items?
How to make the height of the elements inside the flex container be different, and not depend on the height of the flex container
https://jsfiddle.net/24u8bscy/17/
Answer the question
In order to leave comments, you need to log in
.container {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question