Created
August 10, 2012 09:15
-
-
Save Acconut/3312811 to your computer and use it in GitHub Desktop.
Amazing fire effect
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
/** | |
* Amazing fire effect | |
*/ | |
h1 { | |
text-align: center; | |
margin: 100px auto; | |
font-family: "League-Gothic", Courier; | |
font-size: 100px; | |
text-transform: uppercase; | |
color: #fff; | |
text-shadow: 0 0 20px #fefcc9, | |
10px -10px 30px #feec85, | |
-20px -20px 40px #ffae34, | |
20px -40px 50px #ec760c, | |
-20px -60px 60px #cd4606, | |
0 -80px 70px #973716, | |
10px -90px 80px #451b0e | |
} |
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>Muhahahaha</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":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment