Created
February 5, 2015 08:07
-
-
Save csssecrets/ba8161d038b9c13b99ac to your computer and use it in GitHub Desktop.
Extruded text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CSS3d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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