Skip to content

Instantly share code, notes, and snippets.

View chriscoyier's full-sized avatar

Chris Coyier chriscoyier

View GitHub Profile
@chriscoyier
chriscoyier / dabblet.css
Created February 22, 2012 19:19 — forked from anonymous/dabblet.css
pseudo element as background-size
/* pseudo element as background-size */
* {
margin: 0;
padding: 0;
}
p {
position: relative;
height: 400px;
font-size: 100px;
@chriscoyier
chriscoyier / dabblet.css
Created January 26, 2012 16:11 — forked from LeaVerou/dabblet.css
CSS3 demo: City by night
/**
* CSS3 demo: City by night
* Multiple backgrounds, basic linear gradients
*/
html, body {
height: 100%;
}
html {