Is it possible to create multiple flexboxes on a single row, each of the flexboxes will have their own child flex elements?
To be more precised about my requirement, suppose their is a flexbox having 2 flex elements, each having max width of 50% and height of 100%, now there is an option to add additional elements adjacent to this already existing elements, so, that on addition of a new flex element, the total number of elements will be 3 having width of 25%, 25% and 50% and all of the elements has height of 100%, which is possible, but if we want to add the element in a manner such that the width of the elements remain constant, but height is reduced by half, i.e., height of elements will be 50%, 50% and 100% and width of all the elements will be 50% is it possible?