Skip to content

Instantly share code, notes, and snippets.

@jupegarnica
Created January 1, 2013 22:52
Show Gist options
  • Save jupegarnica/4430708 to your computer and use it in GitHub Desktop.
Save jupegarnica/4430708 to your computer and use it in GitHub Desktop.
css efecto text0 con profundidad. text-shadow
ody {
font-size:4em;
color: #555;
background: #575757;
text-align:center;
}
.depth{
text-shadow: 1px 1px #777, -1px -1px #333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment