5 Matching Annotations
- Feb 2021
-
css-tricks.com css-tricks.com
-
Notice that you’re not naming lines with this syntax, just areas.
-
-
github.com github.com
-
this issue is rather about styling the the cells and areas
-
the author should be able to style area boxes
-
#grid::grid-area(1 / 2 / 3 / 4) { background-color: red;
-
-
alistapart.com alistapart.com
-
Since CSS doesn’t (yet) offer a way to style grid cells, areas, or tracks directly, we have to stretch elements over the parts we want to style independently from the elements that contain content.
-