Skip to content

Instantly share code, notes, and snippets.

@pehaa
Forked from LeaVerou/dabblet.css
Created November 13, 2012 16:35
Show Gist options
  • Save pehaa/4066815 to your computer and use it in GitHub Desktop.
Save pehaa/4066815 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;
}
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment