Easier Fluid Layouts Using Justified Alignment Here’s a great fluid layout technique that doesn’t require hard-coding horizontal margins.

This is one of the things I love about the web standards community: it’s seemingly endless ability to repurpose existing tools and solve problems in fresh new ways. In this case, taking a CSS property that’s been around for years (text-align: justify) and undoing some of the drudgery of coding flexible layouts.

Hat tip to @rwd and @wilto for the link.