flex-direction

flex-direction】 

  The flex-direction CSS property specifies how flex items are placed in the flex container defining the main axis and the direction

/* The direction text is laid out in a line */
flex-direction: row; /* Like <row>, but reversed */
flex-direction: row-reverse; /* The direction in which lines of text are stacked */
flex-direction: column; /* Like <column>, but reversed */
flex-direction: column-reverse;

  flex-direction

参考:https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction

上一篇:成功使Linux服务端和Windows客户端建立socket通信


下一篇:WinForm图片的移动缩放