logo

Crowdly

.container {   display: grid;   grid-template-areas:     "header header" ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

.container {

  display: grid;

  grid-template-areas:

    "header header"

    "main aside"

    "footer footer";

}

What does this CSS define?

0%
0%
0%
100%
More questions like this

Want instant access to all verified answers on moovit.vit.ac.in?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!