-
-
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.
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
.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