Skip to content

Instantly share code, notes, and snippets.

@tamselvan89
Forked from LeaVerou/dabblet.css
Created March 17, 2014 04:46
Show Gist options
  • Save tamselvan89/9594128 to your computer and use it in GitHub Desktop.
Save tamselvan89/9594128 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(100, 100%, 10%, .5), hsl(200, 10%, 20%));
font: 70px/220px Dabblet;
color: white;
text-align: center;
text-shadow: .05em .05em .2em black;
}
{"view":"split-vertical","fontsize":"110","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment