humans.txt

Direct Link

I kinda like this idea:

It’s a TXT file [at the root of your site] that contains information about the different people who have contributed to building the website.

A lot of websites should just have an about page where …

Avatar of Chris Coyier
Shared by Chris Coyier on

Animated Knockout Letters

I was watching some commercial the other day and they had these letters fly in over a black screen and reveal an image beneath them. It was a pretty cool looking effect and it reminded me how WebKit has that …

Avatar of Chris Coyier
Chris Coyier on

The Shadow DOM

Direct Link

You know the little blue knobby on WebKit range inputs? And all those fancy <video> controls? That stuff is all built with regular ol’ (styled) HTML elements, only they are behind a bit of a glass wall. You can see, …

Avatar of Chris Coyier
Shared by Chris Coyier on

#94: Intro to Pseudo Elements

Pseudo elements are visible elements on a web page that aren’t “in the DOM” or created from HTML, but are instead inserted directly from CSS. This allows you to do lots of neat design-y things without cluttering the markup. Pseudo …

Avatar of Chris Coyier
Chris Coyier on (Updated on )

Rotating Feature Boxes

Three boxes: a main feature box and two sub features. Click on the sub feature boxes and the whole shebang rotates to make that the main feature. The animations happen via CSS3 (the future) and the clicks and class shuffling is done by JavaScript (its forte).
Avatar of Chris Coyier
Chris Coyier on