Skip to content

Instantly share code, notes, and snippets.

@ackernaut
Created March 13, 2012 14:22
Show Gist options
  • Save ackernaut/2029086 to your computer and use it in GitHub Desktop.
Save ackernaut/2029086 to your computer and use it in GitHub Desktop.
CSS: Hide text
.hide-text {
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
/* See Zeldman: http://bit.ly/Aazp14 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment