Default behavior:
|A|B|C|D|
|E|F|G|H|
|I|J|K|L|
Desired behavior:
|A|B|C|D|
|H|G|F|E|
|I|J|K|L|
I've looked into the grid-auto-flow
property as well as the direction
property but there seems to be no workaround without resorting to javascript. Is there a way to achieve this with CSS?