站内搜索:
首页 >> 前端 >> 内容
CSS学习(二十二)-flexbox模型之三

时间:2016/4/1 9:54:04

一、理论:
1.flex-line-pack 堆栈伸缩行
a.使用与flex-pack 相同
b.增加stretch start/end/center/justify(平均分布)/distribute(两端保留一半的空间)/stretch(拉伸填充整个容器)
c.flex-line针对个体,flex-line-pack针对群体

二、实践:

1.




    
    Title
    


    
        

box1

box2

box3

box4

box5

box6

box7

box8

start

box1

box2

box3

box4

box5

box6

box7

box8

start



  • 上一篇:css 兼容大全
  • 下一篇:css笔记
  • 返回顶部