CSS Column Help
having a brain derp...
I'm looking to have a 3-column box (grid or flex work) - I'll label the columns A, B, and C.
I need both A and C to be the width of max(A's contents, C's contents) and B to be whatever remains.
ie: If C's contents are wider than A's contents, then A should take up more space until it matches C's width, and the reverse.
is such a thing even possible?
I'm looking to have a 3-column box (grid or flex work) - I'll label the columns A, B, and C.
I need both A and C to be the width of max(A's contents, C's contents) and B to be whatever remains.
ie: If C's contents are wider than A's contents, then A should take up more space until it matches C's width, and the reverse.
is such a thing even possible?