Tell us what’s happening:
Completely stuck here. I was able to do the earlier challenge which had me swap out headers and footers, but either I’ve hit a mental wall or I missed something from an earlier lesson.
@media (min-width: 400px){
.container {
grid-template-columns:
grid-template-areas:
"advert header"
"advert content"
"advert footer";
}
}