Skip to content

Instantly share code, notes, and snippets.

@seaofclouds
Created January 26, 2010 22:09
Show Gist options
  • Save seaofclouds/287301 to your computer and use it in GitHub Desktop.
Save seaofclouds/287301 to your computer and use it in GitHub Desktop.
h1 {
font-size:210%;
text-shadow: 1px 1px 5px black;
font-weight:bold;
text-transform:uppercase;
background: -webkit-gradient(linear, 0% 35%, 0% 79%, from(#FAFAFA), to(#A1A1A1), color-stop(.4,#C9C9C9)), none;
-webkit-background-clip: text;
color:transparent;
}
h1 .ninja {
margin-right:0.1em;
letter-spacing:-1px;
font-weight:normal;
-webkit-text-fill-color:rgba(0,0,0,0.4);
-webkit-text-stroke: 0.5px rgba(255,255,255,0.3);
-webkit-transition: text-shadow 0.3s ease-in-out;
}
h1 .cam {
-webkit-text-stroke: 1px rgba(255,255,255,0.4);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment