Skip to content

Instantly share code, notes, and snippets.

@mike-henderson
Created March 7, 2012 16:10
Show Gist options
  • Save mike-henderson/1994057 to your computer and use it in GitHub Desktop.
Save mike-henderson/1994057 to your computer and use it in GitHub Desktop.
CSS: Hide Text IR
.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment