Space Between - Flexbox

I want the space between columns to be 3rems.
And the columns to take the rest of the available width; how can I achieve this result using Flexbox?
https://codepen.io/touhid_rahman/pen/NWzXjYW

PS: I know it can be easily done by css Grid but I am trying to learn Flexbox 🙂
Was this page helpful?