Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSSgrid template rows cols areasSingle-choice MCQ

In an explicit grid with named template areas, what happens if the strings forming the grid-template-areas value describe a non-rectangular region for a single named area?

grid-template-areas: "head head" "nav main" "nav head";