Created
March 13, 2015 16:01
-
-
Save archenemy/d72c0b18e14d4b63581e to your computer and use it in GitHub Desktop.
CSS 3D Anaglyphic font effect
This file contains 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
.font-effect-anaglyph { | |
text-shadow: -0.06em 0 red, 0.06em 0 cyan; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment