flex-wrap: nowrap wrap wrap-reverse
1
2
3
4
5
6
7
.parent{
   flex-wrap: row;
}