Is it possible to give background to a full row inside a css grid?
If i give background-color to the child elements of the grid it will looks like this
Is there any solution for this expect making every child element "stretch" size and using them as a flexbox to center the content?