```html
.grid-container { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 15px; }
``` Thought: I now can give a great answer.