Skip to content

Instantly share code, notes, and snippets.

@jgaskins
Created May 2, 2012 11:41
Show Gist options
  • Save jgaskins/2576003 to your computer and use it in GitHub Desktop.
Save jgaskins/2576003 to your computer and use it in GitHub Desktop.
Showing independent text-shadow color
<!DOCTYPE html>
<style>
p {
color: #f00;
font-size:48px;
text-shadow: #00f 0 0 10px;
}
</style>
<p>This is some text</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment