CSS Property:
flex-grow:

Note: Internet Explorer 10 and earlier versions do not support the flex-grow property.

Result:
CSS Code:
div#myBlueDiv {
flex-grow: 1;
}
Click the property values above to see the result
W3Schools.com - Play it