Skip to content

Instantly share code, notes, and snippets.

View dougwaldron's full-sized avatar

Doug Waldron dougwaldron

View GitHub Profile
body {
font-family: sans-serif;
}
ul {
list-style: none
}
li {
background: slategrey;
@dougwaldron
dougwaldron / dabblet.css
Created January 4, 2012 18:33 — forked from kizu/dabblet.css
Centered heading with fading rules
/* Centered heading with rules */
h1 {
position: relative;
overflow: hidden;
white-space: nowrap;
text-align: center;
text-overflow: ellipsis;
font: 1.6em/1.1 Georgia;
padding: .2em 0;