How to set border for second grid row ?
So... Is it possible to do it ?
I do know you can do that with container. I guess my questions would be more how to do it with grid-area where there are single items.
3 Replies
I am just looking for solutions to get rid of 3 containers/wrappers.
Use nth-child. This is possible, because the number of columns is known in advance. https://codepen.io/chooking/pen/oNVaQqa
Thanks