W3docs

flex-shrink

CSS Property:

Result:

1
2
3

CSS Code:

#myDiv {
background-color:#F7CFB6;
flex-basis: 300px;
flex-grow:1;
flex-shrink:1;
}

Click the property values above to see the result