码迷,mamicode.com
首页 > 其他好文 > 详细

flex

时间:2020-04-13 16:43:59      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:not   html   box   ret   https   决定   justify   reverse   菜鸟   

  • 菜鸟教程地址: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

标签:not   html   box   ret   https   决定   justify   reverse   菜鸟   

原文地址:https://www.cnblogs.com/shuaimeng/p/12692149.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!