Skip to content

Instantly share code, notes, and snippets.

@skopp
Forked from LeaVerou/dabblet.css
Created August 31, 2012 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skopp/3561260 to your computer and use it in GitHub Desktop.
Save skopp/3561260 to your computer and use it in GitHub Desktop.
skuda rmx - Dabblet logo
/**
* skuda rmx - Dabblet logo
*/
@font-face {
font-family: 'Dabblet';
src: url(/img/dabblet.ttf);
}
html { background: white }
body {
width: 400px;
height: 300px;
margin-top: 60px;
background:
url(/img/noise.png),
radial-gradient(hsla(200, 3%, 0.1%, transparent), hsl(100, 37%, 50%));
font: 120px/260px Dabblet;
color: #0caaff;
text-align: center;
text-shadow: .05em .05em .1em ;
}
{"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