CSS Flexbox #11. Shorthand Default Values

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! ]]
 •  0 comments  •  flag
Share on Twitter
Published on June 25, 2019 01:11
No comments have been added yet.