Vocabulary of useful material regarding flexbox model.
Everything what you need to know about flexbox
What is Flexbox? What is
flex containerandflex items? linkThe Flex container properties link
flex-direction: row || column || row-reverse || column-reverselinkflex-wrap: wrap || nowrap || wrap-reverselinkflex-flow: shorthand offlex-direction&flex-wrap` linkjustify-content: flex-start || flex-end || center || space-between || space-aroundlinkalign-items: flex-start || flex-end || center || stretch || baselinelinkalign-content: flex-start || flex-end || center || stretch || baselinelink
The Flex item properties link
orderlinkflex-growandflex-shrinklinkflex-basislinkThe
flexshorthand forflex-grow,flex-shrink,flex-basislinkflex: defaultasflex: 0 1 autoflex: noneasflex: 0 0 autoflex: autoasflex: 1 1 autoflex: {positive number}asflex: {positive number} 1 0
align-self: auto || flex-start || flex-end || center || baseline || stretchlinkThe definition of absolute and relative flex-items link
margin: autoon flex-items linkWhat happens when you switch
flex-direction? linkTutorial demo