flexbox meaning code example
Example 1: flexbox
Display: flex
Flex-direction: row | row-reverse | column | column-reverse
align-self: flex-start | flex-end | center | baseline | stretch
justify-content: start | center | space-between | space-around | space-evenly
Example 2: css flex property
flex: none
flex: <'flex-grow'>
flex: <'flex-basis'>
flex: <'flex-grow'> <'flex-basis'>
flex: <'flex-grow'> <'flex-shrink'>
flex: <'flex-grow'> <'flex-shrink'> <'flex-basis'>
flex: inherit
Example 3: flexbox
Please read flexbox & grid in CSS TRIX,
make hands-on project watching (WESBOS videos - it's really useful)
also try [FLEXBOX - froggy] and [GRID - garden] games