Table of Contents

Flexbox (CSS)

Flexbox is a css layout module, basically used by a lot of page in these days. Material UI <Grid><Grid> use it, so we kind of mention it here.

To learn it from the documentation, go here: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox

To learn it from playing a game, go here: https://flexboxfroggy.com/

justify-content

align-items

flex-direction

More

It actually has more properties to set: