justify-content

在弹性盒对象的

元素中的各项周围留有空白:

div
{
display: flex;
justify-content: space-around;
}

justify-content: flex-start|flex-end|center|space-between|space-around|initial|inherit;

posted @ 2020-02-03 17:09  盘思动  阅读(276)  评论(0编辑  收藏  举报