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

What is wrong with this grid-template-areas declaration?

.grid { display: grid; grid-template-areas: "a a b" "a c b" "d c b"; }