I'm reading up on flexbox layout described here: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
The container display property can be set to either flex or inline-flex. Can point to a resource that shows what happens when either setting is applied?
I tried looking at various tutorials, but all of them use flex only. For example in the css tricks article inline-flex only shows up twice.
TIA, Ole