In the last tutorial, you learned about the flex shorthand property. It groups three flexbox properties in one in the following order:
flex-grow
flex-shrink,
flex-basis.
This property can accept up to three values, however, you can enter only one or two values and the CSS Flexbox specification will assign the default missing value to the corresponding flex items.
Let’s check this out with an example!
[[ This is a content summary only. Visit
http://OSTraining.com for full links, other content, and more! ]]
Published on June 25, 2019 01:11