Explaining CSS flex wrapping
The CSS flex-wrap
property specifies the placement of flex items in the lines of the flex container:
#first {
display: -webkit-flex; /* Safari */
-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
display: flex;
flex-wrap: nowrap;
}
#second {
display: -webkit-flex; /* Safari */
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
display: flex;
flex-wrap: wrap;
}

- Simplistic design (no unnecessary information)
- High-quality courses (even the free ones)
- Variety of features
- Nanodegree programs
- Suitable for enterprises
- Paid certificates of completion

- Professional service
- Flexible timetables
- A variety of features to choose from
- Professional certificates of completion
- University-level courses
- Multiple Online degree programs

- Great user experience
- Offers quality content
- Very transparent with their pricing
- Free certificates of completion
- Focused on data science skills
- Flexible learning timetable
Syntax for flex-wrap
To use the flex-wrap
property, you need to define one of the three available values:
flex wrap: value;
See all the values explained in the table below.
Value | Syntax | Meaning |
---|---|---|
nowrap |
flex-wrap: nowrap; |
The default value. All the items are placed in one value, even if they don't fit within the container borders |
wrap |
flex-wrap: wrap; |
The items are wrapped in several lines to fit within the container borders. The direction depends on the value of flex-direction |
wrap-reverse |
flex-wrap: wrap-reserve; |
The items are wrapped in several lines to fit within the container borders. The direction is opposite to the value of flex-direction |
Browser support

Chrome

Edge

Firefox

IE

Opera

Safari
Mobile browser support

Chrome

Firefox

Opera

Safari
Latest Udacity Coupon Found:
75% OFF COURSES
Udacity Black Friday Offer
The best time to save on Udacity courses is now - follow this coupon to access a 75% Udacity Black Friday discount & enjoy learning at a very low cost!