Skip to content

Instantly share code, notes, and snippets.

@smonteverdi
Created March 7, 2012 15:43
Show Gist options
  • Save smonteverdi/1993873 to your computer and use it in GitHub Desktop.
Save smonteverdi/1993873 to your computer and use it in GitHub Desktop.
CSS: Hide Text
.hide-text { text-indent: 100%; white-space: nowrap; overflow: hidden; font:0/0; text-shadow: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment