Skip to content

Instantly share code, notes, and snippets.

@iamstarkov
Created May 22, 2012 15:50
Show Gist options
  • Save iamstarkov/2769912 to your computer and use it in GitHub Desktop.
Save iamstarkov/2769912 to your computer and use it in GitHub Desktop.
Text shadow demo
/**
* Text shadow demo
*/
h1 {
padding: 14px 0 0 14px;
border: solid 5px red;
display: inline-block;
font-family: Helvetica;
text-shadow: -14px -14px 0 #000;
}
<!-- content to be placed inside <body>…</body> -->
<h1>Some text here</h1>
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment