Thursday, July 05, 2018

The Joy of Flex - A Useful Tool for Understanding Flexbox Layouts

I've recently found myself implementing a number of Flexbox based CSS layouts from scratch. There are tons of resources out there that attempt to explain this versatile layout strategy, but it's been this one that's been my go-to reference: Flexbox: A friendly tutorial for modern CSS layouts.

It's amazing how many historic problems Flexbox manages to solve (vertical centering, anyone?). So yeah, there's been a learning curve to mastering it, but it's absolutely worth it.

No comments:

Post a Comment