Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created December 16, 2011 02:19
Show Gist options
  • Save LeaVerou/1484125 to your computer and use it in GitHub Desktop.
Save LeaVerou/1484125 to your computer and use it in GitHub Desktop.
Dabblet avatar
/**
* Dabblet avatar
*/
@font-face {
font-family: 'Dabblet';
src: url(/img/dabblet.ttf);
}
html { background: white }
body {
width: 200px;
height: 200px;
margin: 40px;
background:
url(img/noise.png),
radial-gradient(hsla(200, 10%, 20%, .8), hsl(200, 10%, 20%));
font: 70px/220px Dabblet;
color: white;
text-align: center;
text-shadow: .05em .05em .2em black;
}
{"page":"css","view":"split-vertical"}
@codler
Copy link

codler commented Jan 6, 2012

/img/noise.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment