grid -auto-flow: column | row(default) | dense; /* 定義grid-area 的名稱*/ grid-template-areas: 'foo bar'; /* 對齊與置中*/ /* start | end ...
確定! 回上一頁