You're then adding gutters between the columns (and rows): grid-gap: 10px. which is shorthand for: grid-column-gap: 10px; grid-row-gap: 10px;.
確定! 回上一頁