1 / 5
What value should be used for the flex-direction
property to arrange items vertically in Flexbox?
.container
{
display:
flex;
flex-direction:
;
}
flex-direction
property to arrange items vertically in Flexbox?