Domanda

Is it possible to reorder content from within a parent container to outside of parent?

I want to move content box 3, 4 & 5 from within content box 2 into content box 0 (which is after 1 & 2)

An illustration of my code

Note: I'm only targeting mordern browsers (IE10+)

I have a working example or reordering content within the same parent content box.

Codepen: http://codepen.io/calebo/full/HAzyr

È stato utile?

Soluzione

No. Flex items can only be rearranged with their siblings.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top