Assessment needed: Fundamental layout comprehension

Hey guys

Assessment needed on this:

Task

Solution

Thanks.

Hi @why_not_phoenix

Great job on this exercise! :medal_sports:

To make it simpler you could also use Grid for the main part:

.grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 20px;
}

When you use this code you can also remove the next two rules (.grid article and .grid aside)

I hope that helps!

Cheers,
Michael