w3schools
编辑器
CSS 属性:
justify-content:
flex-start
flex-end
center
space-between
space-around
initial
结果:
CSS 代码:
div#main {
display: flex;
justify-content:
flex-end
;
}
单击上面的属性值可查看结果
W3Schools.cn
- 测试工具