Gridding It

Since last time, I’ve been working my way through CSS-tricks.com’s grid guide with the aim of shifting to Traversy’s crash course while I start building my next project.

This time, it’ll be a portfolio site for an amazing local production company!

Today, I just opened a new repository and framed it out. I had a suspicion that flexbox would’ve been the better move for the header, but I gave it a shot with grid anyway just to test my understanding of how it works. I think I did ok for a very basic layout (aside from the lack of responsiveness), but I’ll definitely be switching to flexbox for the header tomorrow before moving on to the layout for the rest of the site tomorrow.

Leave a comment