Urgent.News

What's breaking now, across thousands of outlets.

Tech

CSS Grid Areas.....

When I first learned CSS Grid, I used column numbers everywhere. Then I discovered Grid Areas—a much cleaner way to create page layouts. What is grid-template-areas? It lets you name each section of your layout instead of remembering column and row numbers. .container { display: grid; grid-template-areas: "header header" "sidebar main" "footer footer"; } Assign a name to each element .header {…

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

I Am a Single Point of Failure

If someone can't follow it without you, it's a memory, not documentation. I heard that on a Monday, in a session about writing standard operating procedures.

More from Monday 21 September →