Skip to content

Instantly share code, notes, and snippets.

@codyogden
Created February 16, 2017 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codyogden/64b7a0e8567702243ffcb51070142ac2 to your computer and use it in GitHub Desktop.
Save codyogden/64b7a0e8567702243ffcb51070142ac2 to your computer and use it in GitHub Desktop.
CSS-only letter border around text
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment