0 / 60 seg.

Complete the code to set the initial size of a flex item to 200 pixels:

.flex-item {
    flex-basis: _____;
}