Skip to content

Instantly share code, notes, and snippets.

@ricardodantas
Created February 17, 2014 14:59
Show Gist options
  • Save ricardodantas/9052136 to your computer and use it in GitHub Desktop.
Save ricardodantas/9052136 to your computer and use it in GitHub Desktop.
Esconde texto de elementos HTML.
.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