Created
September 13, 2012 02:15
-
-
Save minitech/3711421 to your computer and use it in GitHub Desktop.
Stroked, shadowed 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
| /** | |
| * Stroked, shadowed text! | |
| * http://stackoverflow.com/q/12398429/707111 | |
| */ | |
| @import url("http://fonts.googleapis.com/css?family=Londrina+Solid"); | |
| body { | |
| background-color: #d47400; | |
| } | |
| h1 { | |
| font-family: Londrina Solid; | |
| font-size: 700%; | |
| font-weight: normal; | |
| margin: 0; | |
| position: relative; | |
| color: white; | |
| text-shadow: 0.03em 0.03em 0 black, -1.25px 0 0 black, 1.25px 0 0 black, 0 -1.25px 0 black, 0 1.25px 0 black; | |
| } |
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
| <h1>Nashville hack day is November 11</h1> |
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":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment