Skip to content

Instantly share code, notes, and snippets.

@eglyte
eglyte / dabblet.css
Created May 25, 2012 12:44 — forked from Daniel-Hug/dabblet.css
A "deeper" indented text effect with the :before and :after pseudo-elements.
/**
* A "deeper" indented text effect with the :before and :after pseudo-elements.
*/
html, body {
height: 100%;
}
body {
margin: 0;