hey
whats
up
my man
Flex grow, then shrink, and the basis.
Default values are 0, then 1, and then auto.
Like this, "flex: 0 1 auto;"
Literally the same as "flex-grow: 0; flex-shrink: 1; flex-basis: auto;"
flex 0 1 auto
flex: 1 1 auto
flex: 2 1 auto
flex: 3 1 auto
flex 1 1 auto
flex: 1 2 auto
flex: 0 0 auto
flex: 1 1 100px