Page 1 of 1

Trying to play with FlexBox Container

Posted: Thu Oct 11, 2018 7:54 pm
by mexman
Trying to get things done with Flex Container:

Which object(s) can be sent into a FlexBox?
Seems that every TEXT and every IMAGE is a Flexbox. LAYERS seem not to be possible.
Seems that only ONE object goes into a FlexBox.

Is that correct?

regards
Michael

Re: Trying to play with FlexBox Container

Posted: Thu Oct 11, 2018 8:25 pm
by Pablo
A flexbox container can only contain flexible objects.
A layer is a (fixed/absolute) container so it cannot be used with flexbox.

Flexbox is basically a modern way of aligning elements, so it was designed for multiple elements.

Related tutorial:
http://quickandeasywebbuilder.com/flexbox.html