-
Which of the following specifies initial length of flex item?
-
- flex-shrink
- flex-basis
- flex-grow
- flex-flow
- None of these
Correct Option: B
flex-basis property specifies the initial length of the flex item, flex-shrink property specifies how much a flex item will shrink relative to rest of flex items, the value must be a number and a default value is 1. The flexible-grow property is a relative comparison between the items. It decides how much item will grow relative to the rest of flexible items inside the same container.