Articles by

Chris Coyier

Founder, writer, designer, spam-deleter, email personality

ShopTalk Episode 30 & New Design

Direct Link

This week Dave and I were joined by JavaScript avenger Rebecca Murphey where we talk a little #hotdrama followup, the future of JavaScript, GitHub etiquette, charging while learning, and more. And OH HEY there is a brand new design for …

(Updated on )

256 Classes Beats an ID

Direct Link

According to the spec, one ID should be infinitely more specific than a class. But as it turns out, if you add 256 classes to a single element (same or different) it will override the ID. Dumb little edge case …

Smashing Mag CSS Q&A 3

Direct Link

The third installment of my recent question and answer series. This one includes code for dealing with retina version of sprites, fiddling with flexbox, and some of my favorite CSS tricks lately.…