Skip to content

Instantly share code, notes, and snippets.

@cabans
Created February 13, 2014 15:54
Show Gist options
  • Save cabans/8977677 to your computer and use it in GitHub Desktop.
Save cabans/8977677 to your computer and use it in GitHub Desktop.
Hide text from human eyes
.hidden-text {
/* Kellum Replacement Method: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
position: absolute;
text-indent: 100%;
height: 0;
white-space: nowrap;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment