سؤال

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