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

flexbox预习

时间:2018-10-07 16:52:09      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:技术分享   class   对齐   reverse   一个   isp   image   justify   lin   

创建一个flexbox:

.flex-container{
  display:flex;

}

  1. flex-direction:  column;//将flex排成一列
  2. flex-direction: column-reverse;//与上同 按相反的序列排列
  3. justify-content:技术分享图片

 

    4 .flex 项在交叉轴上的对齐

    

  1. .flex-container {
  2. display: flex;
  3. justify-content: center;
  4. align-items: center;
  5. }

flexbox预习

标签:技术分享   class   对齐   reverse   一个   isp   image   justify   lin   

原文地址:https://www.cnblogs.com/yitaqiotouto/p/9750333.html

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