flex
Posted shuaimeng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了flex相关的知识,希望对你有一定的参考价值。
- 菜鸟教程地址:https://www.runoob.com/w3cnote/flex-grammar.html
- flex-direction
- flex-wrap
- flex-flow
- justify-content
- align-items
- align-content
flex-direction属性决定主轴的方向(即项目的排列方向)。
.box {
flex-direction: row | row-reverse | column | column-reverse;
}
以上是关于flex的主要内容,如果未能解决你的问题,请参考以下文章