Justify Content
justify-content | 是否为默认值 | 说明 |
---|---|---|
normal | 默认值 | 对于table-cell元素,vartical-align:top表现为start,middle为center,bottom为end,其他让它表现为baseline,否则表现为start |
<content-distribution> | — | — |
<overflow-position>? [ <content-position> | left | right ] | — | — |
<content-distribution> | — | |
---|---|---|
space-between | — | — |
space-around | — | — |
space-evenly | — | — |
stretch | — | — |
<overflow-position> | — | |
---|---|---|
unsafe | — | — |
safe | — | — |
<content-position> | — | |
---|---|---|
center | — | — |
start | — | — |
end | — | — |
flex-start | — | — |
flex-end | — | — |