Flexbox Wrapping in Incomplete Rows

In this lesson, we will add a seventh blog post and position it using Flexbox.

We'll cover the following

Handling orphan item wrapping

The flex-wrap: wrap; rule of Flexboxes work well when Flex items occupy the whole width of their container.

However, when there is an orphan Flex item at the bottom, the layout containing these items may become unconventional.

For instance, let’s add a seventh Flex item to the container of blog posts:

Get hands-on with 1200+ tech skills courses.