Skip to content

Instantly share code, notes, and snippets.

@jonathansousa
Created November 5, 2012 19:13
Show Gist options
  • Save jonathansousa/4019689 to your computer and use it in GitHub Desktop.
Save jonathansousa/4019689 to your computer and use it in GitHub Desktop.
CSS: Offscreen Text
.textOffscreen {
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
display: block;
font-size: 0;
text-align: start;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment