justify-content是什么意思
justify-content是水平布局,与之对应的是垂直布局align-item。下面我们一起了解下水平布局和垂直布局的参数

2、flex-end :水平方向的终点对齐justify-content : flex-end;

4、spa罕铞泱殳ce-between:最左最右靠边,中间间距相等justify-content : space-between;

6、space-around : 每个项目的左右撑开距离相等。justify-content :space-around;

2、flex-start :起始位置均在上部;algin-item : flex-start;

4、 flex-end : 底部保持触底。algin-item : flex-end;
