Skip to content

Instantly share code, notes, and snippets.

@Acconut
Created August 10, 2012 09:15
Show Gist options
  • Save Acconut/3312811 to your computer and use it in GitHub Desktop.
Save Acconut/3312811 to your computer and use it in GitHub Desktop.
Amazing fire effect
/**
* 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
}
<h1>Muhahahaha</h1>
{"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