1 / 3

In Flexbox, which value should be used for the flex-direction property to arrange items vertically?

.container
{
display:
flex;
flex-direction:
;
}