W3docs

flex-direction

CSS Property:

Result:

1
2
3
4

CSS Code:

#myDiv {
display:flex;
flex-direction:column;
}

Click the property values above to see the result