justify-content
时间:2020-02-03 18:44:01
收藏:0
阅读:60
在弹性盒对象的
元素中的各项周围留有空白:
div
{
display: flex;
justify-content: space-around;
}
justify-content: flex-start|flex-end|center|space-between|space-around|initial|inherit;
原文:https://www.cnblogs.com/pansidong/p/12256388.html
评论(0)