I was hoping to use CSS Grid to reverse the apparent order of two side-by-side divs, where one of the divs grows arbitrarily (I don\'t want to use floats).
I\'ve c
There's a very simple CSS way. Just change:
direction: rtl;
of the grid container.