CSS Grid : grid-auto-flow ... grid-auto-flow defaults to row and take the value of column. ... .container { display: grid; grid-template-rows: 1fr; ...
確定! 回上一頁