Skip to content

Instantly share code, notes, and snippets.

@bitboxx
Created February 23, 2013 00:44
Show Gist options
  • Save bitboxx/5017706 to your computer and use it in GitHub Desktop.
Save bitboxx/5017706 to your computer and use it in GitHub Desktop.
CSS: Hide text (to replace with image for example). Found here: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/
.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