The flex-grow CSS property sets the flex grow factor, which specifies how much of the flex container's positive free space, if any, should be assigned to the flex item's main size....growth being their growth factor value as a proportion of the sum total...Try it Syntax css /* <number> values */ flex-grow: 3; flex-grow:...