PARENT FLEX PROPERTY

FLEX WRAP

1
2
3
4
5

flex-wrap: nowrap; // Default

1
2
3
4
5

flex-wrap: wrap;

1
2
3
4
5

flex-wrap: wrap-reverse;