Skip to content

flex-wrap

命名规律:属性值

class名
样式值
wrap
flex-wrap:wrap;
nowrap
flex-wrap:nowrap;
wrap-reverse
flex-wrap:wrap-reverse;

使用示例