Skip to content

Instantly share code, notes, and snippets.

@Poltergeist
Created October 27, 2015 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Poltergeist/47bbf5bf6b325b1289b2 to your computer and use it in GitHub Desktop.
Save Poltergeist/47bbf5bf6b325b1289b2 to your computer and use it in GitHub Desktop.
Multicolor textshadow
/**
* Multicolor textshadow
*/
.test{
font-size: 36px;
text-shadow: 1px 1px red, 2px 2px red, 3px 3px orange, 4px 4px orange, 5px 5px yellow, 6px 6px yellow;
}
<!-- content to be placed inside <body>…</body> -->
<div class="test">test</div>
// alert('Hello world!');
{"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