-
…in reply to @schizanon
@yesiwebto Start and end target the block-start and block-end, so that's why the numbers are different. block-end: 4 places the block-end at the fourth grid DIVIDER, not track. 1 is effectively the left edge and 4 is the right edge, 2 and 3 are the interior dividers, not the tracks.
-
…in reply to @rockerest
@yesiwebto Strong recommend to use named tracks and named grid-areas, to avoid having to recall numbers. E.g. header { grid-area: head-region; }