Skip to content

justify-content

命名规律:首字母

class名
样式值
jc-n
justify-content: normal;
jc-fs
justify-content: flex-start;
jc-fe
justify-content: flex-end;
jc-c
justify-content: center;
jc-sb
justify-content: space-between;
jc-sa
justify-content: space-around;
jc-se
justify-content: sspace-evenly;
jc-s
justify-content: stretch;

使用示例