`header { grid-column: 1 / -1; }` produces the “same result”…
`header { grid-column: 1 / -1; }` produces the “same result” as an earlier explicit `1 / 4` declaration in this specific 3-column layout; why does that equivalence hold here but not necessarily in a grid with a different column count?
Read Details