I am using a <div>
with CSS flex to maintain responsiveness.
I want to control the order in which elements are wrapped.
For instance, I need
1 - 2 - 3
To be rearranged as
1
3
2
Once fully wrapped.
Here is my current code: https://jsfiddle.net/g0L44e5b/
Is there a way to achieve this?