Skip to content

Instantly share code, notes, and snippets.

@archenemy
Created March 13, 2015 16:01
Show Gist options
  • Save archenemy/d72c0b18e14d4b63581e to your computer and use it in GitHub Desktop.
Save archenemy/d72c0b18e14d4b63581e to your computer and use it in GitHub Desktop.
CSS 3D Anaglyphic font effect
.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