Skip to content

Instantly share code, notes, and snippets.

@bjrmatos
Created May 13, 2014 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjrmatos/2b24a0ecfa5aae7d95f1 to your computer and use it in GitHub Desktop.
Save bjrmatos/2b24a0ecfa5aae7d95f1 to your computer and use it in GitHub Desktop.
CSS Hide text
.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
// antigua tecnica
.hide-text{
text-indent: -9999px;
}
// Con tipografia invisible
//http://scottkellum.com/2013/10/25/the-new-kellum-method.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment