To make it short; this is what I want my grid to look like:
❌⏹️⏹️❌
⏹️⏹️⏹️⏹️
⏹️⏹️⏹️⏹️
❌⏹️⏹️(❌)
So the second child starts at pos 2, the third wraps to the second row. Same in the last row. This is in one container. I thought about giving every row a container with different grid-template-colums but I try to avoid that because the style for every box is a bit randomized.
Has anyone an Idea? I tried grid-column-start and -end in combination with nth-child and nth-last-child but its not what I'm expecting.
Here is a Codepen to play with: https://codepen.io/nchlsschndr/pen/NWdvjoj