Skip to content

flex-direction

命名规律:属性值

class名
样式值
row
flex-direction: row;
row-reverse
flex-direction: row-reverse;
col
flex-direction: column;
col-reverse
flex-direction: column-reverse;

使用示例