Code on codepen - https://codepen.io/joeaugie/pen/EXzNXG
CSS Calc is a useful CSS value calculation operator when working with both fixed and variable dimensions in order to allow the browser to calculate the dimensions for you dynamically. This example explores using CSS Calc when working with flexbox when the flex children are a fixed width but the dimensional space in between them changes.