Good evening, I have the following structure of divs: 1 | 2 | 3 | 4 | 5 | 6 What I need to do is that this structure looks like this:
1 | 3 | 5
2 | 4 | 6
A single detail is that I need to do this only using CSS, without adding any more div to the structure. My code goes here: