Answers
Properties not affecting flexible boxes
Because flexible boxes use a different layout algorithm, some
properties do not make sense on a flex container:
column-* properties of the multiple column module have no effect on a flex item.
float and clear have no effect on a flex item. Using float causes the display property of the element to compute to block.
vertical-align has no effect on the alignment of flex items.
肝不存在的
answered 10 years, 5 months ago