Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Created February 5, 2015 08:07
Show Gist options
  • Save csssecrets/ba8161d038b9c13b99ac to your computer and use it in GitHub Desktop.
Save csssecrets/ba8161d038b9c13b99ac to your computer and use it in GitHub Desktop.
Extruded text
/**
* Extruded text
*/
body {
background: #58a;
color: white;
text-shadow: 0 1px hsl(0,0%,85%),
0 2px hsl(0,0%,80%),
0 3px hsl(0,0%,75%),
0 4px hsl(0,0%,70%),
0 5px hsl(0,0%,65%),
0 5px 10px black;
font: bold 500%/1 Rockwell, serif;
}
// alert('Hello world!');
{"view":"split","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