More Flexbox explained with animated GIFs

So far, two articles by Scott Domes have appeared on Medium explaining Flexbox using animated GIFs. It’s by far the clearest explanation of Flexbox I’ve seen. The first shows how the basic container settings work:

flex-direction, justify-content, align-items, and align-self

The second looks at properties that affect child elements:

flex-grow, flex-shrink and flex-basis

Enjoy. :slight_smile:

10 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.