can anyone help me about flex-grow, flex-shrink and flex-basis?
- FLEX-GROW
The flex-grow
property specifies how much the item will grow relative to the rest of the flexible items inside the same container.
Note: If the element is not a flexible item, the flex-grow
property has no effect.
- FLEX_SHRINK
The flex-shrink
property specifies how the item will shrink relative to the rest of the flexible items inside the same container.
Note: If the element is not a flexible item, the flex-shrink
property has no effect.
- FLEX-BASIS
The flex-basis
property specifies the initial length of a flexible item.
Note: If the element is not a flexible item, the flex-basis
property has no effect.