Skip to content

justify-self

命名规律:首字母

class名
样式值
js-a
justify-self: auto;
js-fs
justify-self: flex-start;
js-fe
justify-self: flex-end;
js-c
justify-self: center;
js-s
justify-self: stretch;

使用示例