I have the following grid layout:
* * * *
*********** ***********
* Area1 * * Area2 *
*********** ***********
* * * *
Both Area1 and Area2 are div elements. I want to add a background gradient spanning both Area1 and Area2. Is this possible?
I can surround them with another element spanning both Area1 and Area2, but then I can't place the children inside this grid layout.
I'm looking for a way to style multiple grid areas without nesting elements.