弹性盒子布局
概念1.displaydisplay用于指定弹性盒的容器,其值可以为flex;如果为行内元素,值为inline-flex;
2.flex-flowflex-flow是属性flex-direction和flex-wrap的简写,
2021-09-29