Skip to content

Instantly share code, notes, and snippets.

@abdullahbutt
Created February 21, 2014 12:29
Show Gist options
  • Select an option

  • Save abdullahbutt/9133421 to your computer and use it in GitHub Desktop.

Select an option

Save abdullahbutt/9133421 to your computer and use it in GitHub Desktop.
how to add a border to your font
how to add a border to your font.
The right answer is:
#element {
color: yellow;
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