A
A
artmirarmi2018-10-10 06:46:29
css
artmirarmi, 2018-10-10 06:46:29

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

1 answer(s)
K
Konstantin Gorshkov, 2018-10-10
@artmirarmi

.container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question