Skip to content

Instantly share code, notes, and snippets.

@mildsunrise
Created June 23, 2013 11:33
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 mildsunrise/5844711 to your computer and use it in GitHub Desktop.
Save mildsunrise/5844711 to your computer and use it in GitHub Desktop.
Inner text shadow
/* Inner text shadow */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);
h1 {
font: bold 6em 'open sans condensed';
text-align: center;
/** This is where the magic happens **/
background-color: rgba(204,129,0,.9);
text-shadow: 0px 2px 5px #f9c800;
color: transparent;
-webkit-background-clip: text;
}
<h1>Get your own</h1>
// alert('Hello world!');
{"view":"separate","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