Background color in grid cells?

Hi there! I’m trying to use the Grid functionality to build a table, and would like to have each row have a different background color. Right now, I’m trying to accomplish that by putting divs in each of the grid cells, and applying a background color. However, when I then put text in, it makes only the text background that color. Is there a way to make the whole grid section have a background color? Here’s a screenshot of what’s happening so far, and my read-only link is below (the page I’m working on is called “Summer Camp”)

https://preview.webflow.com/preview/maggie-degennaros-blank-site?utm_medium=preview_link&utm_source=dashboard&utm_content=maggie-degennaros-blank-site&preview=5d712e5dc494140511ba1085154e3ca6&pageId=5dfbc16dcb94d515c2771d41&mode=preview

Hello.

You had the right idea using the divs in the background. To make it fill the space and not only the text you’ll need to give the div block height of 100%. See screenshot.

I hope this helps!

Thank you so much, that’s perfect!