1
2
3
4
5
Distribution of elements with flex-grow: 0; // Default
1
2
3
4
5
Distribution of elements with flex-grow: 1;
1
flex-grow: 1;
2
flex-grow: 3;
3
flex-grow: 1.5;
4
flex-grow: 0;
5
flex-grow: 0;
Distribution of elements with varying flex-grow values