---
layout: single
property_name: flex-grow
---
Defines how much a flexbox item should grow if there's space available.
The element will not grow if there's space available. It will only use the space it needs.
The element will grow by a factor of 1. It will fill up the remaining space if no other flexbox item has a
Because the flex-grow value is relative, its behaviour depends on the value of the flexbox item siblings. In this example, the remaining space is divided in 3:
#flex-grow
default
flex-grow: 0;
flex-grow: 1;
flex-grow value.flex-grow: 2;