K
K
kimqar_ver2020-04-30 13:41:47
css
kimqar_ver, 2020-04-30 13:41:47

How to make flex width align first row and second row align first?

How to make flex width align first row and second row align first?
5eaaab58f0cac879493995.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lord_Dantes, 2020-04-30
@kimqar_ver

display: flex;
align-items: flex-start;
flex-wrap: wrap;
justify-content: flex-start;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question