Today's Agenda: CSS Layouts

You're not just a web dev, you're a CSS wizard!

But, like all wizards, you're plagued by self-doubt.

display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 16px;

Example code, because who doesn't love a good example?

Remember, with great power comes great responsibility. And, honestly, a good CSS book.