Skip to content

Instantly share code, notes, and snippets.

@sdaitzman
Created June 7, 2012 00:30
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 sdaitzman/2885738 to your computer and use it in GitHub Desktop.
Save sdaitzman/2885738 to your computer and use it in GitHub Desktop.
Dabblet logo
/**
* Dabblet logo
*/
html { background: white }
body {
width: 400px;
height: 300px;
margin-top: 60px;
background:
url(/img/noise.png),
radial-gradient(hsla(200, 10%, 20%, .8), hsl(200, 10%, 20%));
font: 55px/300px "Open Sans";
color: white;
text-align: center;
text-shadow: 1px 3px rgb(0, 45, 0),-1px -3px rgb(0,45,0) ;
}
Ieccasoft, Inc.
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment