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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top