Skip to content

Instantly share code, notes, and snippets.

@gists-app-test
Forked from DeadlyBrad42/CoolText.css
Created September 12, 2012 14:28
Show Gist options
  • Save gists-app-test/3706965 to your computer and use it in GitHub Desktop.
Save gists-app-test/3706965 to your computer and use it in GitHub Desktop.
Some of the coolest text styles that I've stolen from around the Internet.
.1
{
color: #222222;
text-decoration: none;
text-shadow: 1px 1px 0 #DDDDDD, 2px 2px 0 #BBBBBB;
}
.2.3d
{
color:rgba(0,255,255,0.5);
text-shadow: rgba(255,0,0,0.5) -4px 0px 0px;
padding-left:4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment