Direct link to the article A Quick Way to Remember the Difference Between `justify-content` and `align-items`

A Quick Way to Remember the Difference Between `justify-content` and `align-items`

I was talking with a pal the other day and moaning about flexbox for the millionth time because I had momentarily forgotten the difference between the justify-content and align-items properties.

“How do I center an element horizontally with flex again?” …

Avatar of Robin Rendle
Robin Rendle on

Variable Order

Direct Link

A fascinating little tech demo by Roman Komarov that allows for clickable table sorting entirely in CSS. It’s a combination of inline CSS custom properties, the order property, and calc().

This demo sparked a ton of conversation about accessibility, …

Avatar of Chris Coyier
Shared by Chris Coyier on

Does CSS Grid Replace Flexbox?

No. Well. Mostly No.

Grid is much newer than Flexbox and has a bit less browser support. That’s why it makes perfect sense if people are wondering if CSS grid is here to replace Flexbox.

To put a point on …

Avatar of Robin Rendle
Robin Rendle on (Updated on )