0 / 60 seg.

Complete the code to create a Flexbox container with items arranged in a column and wrapping to the next line:

.flex-container {
    flex-direction: _____;
    flex-wrap: _____; 
}