CSS Flexbox: Properties of the Parent Container

In the previous article on CSS Flexbox: Basics, we introduced the Flexbox layout, and we got to understand its importance to modern web development and its bring a lot of flexibility and CSS semantic richness.

Let’s draw our focus to the parent container, which usually looks like this:

CSS Flexbox Container

The parent has a bunch of properties, we will carefully consider each one.

Continue reading “CSS Flexbox: Properties of the Parent Container”