flex-direction:
row
row-reverse
column
column-reverse
1
2
3
4
.parent{
flex-direction:
row
;
}