Created
January 1, 2013 22:52
-
-
Save jupegarnica/4430708 to your computer and use it in GitHub Desktop.
css efecto text0 con profundidad. text-shadow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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