1. Main Content

The Ultimate Guide to Flexbox

typo3.gelmer.net

!!!!

The Two axes of Flexbox

When working with flexbox you need to think in terms of two axes ? the main axis and the cross axis. The main axis is defined by the flex-direction property, and the cross axis runs perpendicular to it. Everything we do with flexbox refers back to these axes, so it is worth understanding how they work from the outset.

3. Additional Stuff

In this guide you will learn: