Complete the code to prevent flex items from wrapping in a Flexbox container:
.flex-container { flex-wrap: _____; }
nowrap
wrap
no-wrap
wrap-reverse