1
2
3
4
5
6
7
8
9
flex-wrap
defines whether the flexible items should wrap or not
flex-wrap : no-wrap (default)
flex-wrap : wrap
flex-wrap : wrap-reverse