CSS Property:
flex-direction:

Result:
A
B
C
D
E
F
CSS Code:

#main {
  display: flex;
  flex-direction: row;
}
    
  
Click the property values above to see the result
W3Schools.com - Play it