div { display: grid; grid-template-columns: repeat(4, auto); grid-row-gap: 80px; grid-template-rows: 40px 1fr; justify-content: space-between; } ...
確定! 回上一頁