When using the Flexbox method, what property and value is used to display flex items in a column?
flex-direction: column;
flex-column: auto;
flex-flow: column;
flex-flow: column; or flex-direction: column