Okay you can do it like this: .grid-container { display: grid; grid-template-columns: repeat(7, 1fr); background-color: #8B38BE; ...
確定! 回上一頁