Skip to content

Instantly share code, notes, and snippets.

@WebPlatformDocs
Created June 26, 2013 04:44
Show Gist options
  • Save WebPlatformDocs/5864841 to your computer and use it in GitHub Desktop.
Save WebPlatformDocs/5864841 to your computer and use it in GitHub Desktop.
Basic text-shadow example
/* Basic text-shadow example */
p {
font-size: 6em;
color: orange;
text-align: center;
text-shadow: -0.1em -0.1em;
}
<p>Text Shadow</p>
// 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