Hey guys
Assessment needed on this:
Thanks.
Great job on this exercise!
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