There’s no browser support for these properties inside flex on Chrome.
column-gap: 20px;
grid-column-gap: 20px;
Flex
https://jsfiddle.net/80s1p4az/2/
But they work inside grid on Chrome.
https://jsfiddle.net/80s1p4az/3/
How would I create a column gap using flex?
I want to know what an alternative method would be of replicating the same thing so it would work using flex.
Is there any possible way to do this?