`flex-wrap` is a property in CSS that is used with Flexbox to control the wrapping of flex items within a flex container. The property can take three values: `nowrap`, `wrap`, and `wrap-reverse`.
Here are the three values explained:
1. `nowrap`: This is the default value. It means that all flex items will be forced into a single line, and the container will not wrap them onto multiple lines.
2. `wrap`: This value allows flex items to wrap onto multiple lines. The items will be placed in