Design Spells

By Chris Coyier on

I feel like I haven’t seen a really nice web design inspiration gallery in a while so Design Spells is really doing it for me. Design details that feel like magic. I think it’s the focus on websites. 😍

A common web component learning blunder

By Chris Coyier on

Dave posts about this common web component learning blunder. The blunder is… not using a framework. I’m very guilty of this myself. I was just commenting about how the lifespan of web components could be wonderfully long if we keep them dependency free, which theoretically we can because they are a native part of the […]

Nesting/Overriding Properties in CSS

By Chris Coyier on

Some things you just can’t undo in CSS. But, perhaps unintuitively, that does work with visibility. Ben Nadel makes the point that pointer-events is another one of those properties that allows you to “undo” what a parent has set. It’s like pointer-events just cascades down to descendent elements and you override it, but some properties […]

Modern WordPress – Yikes!

By Chris Coyier on

David Bushell has some choice words about modern WordPress development. I loathe what WordPress development has become. If you haven’t kept up with Gutenberg and full-site editing (FSE) you may be surprised at how radically different modern WordPress themes are — and not in a good way. I’m torn on all this. I actually think the block […]

Web Platform Dashboard

By Chris Coyier on

Google released a new page listing web platform features: webstatus.dev For the first time you’ll have a way to see the entire web platform mapped as a set of features, along with their support in browsers. It’s explicitly not a caniuse replacement. In fact it’s use case is rather niche: it’s mostly to show off […]