Skip to content

Instantly share code, notes, and snippets.

@maxxscho
Created March 11, 2012 10:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxxscho/2015961 to your computer and use it in GitHub Desktop.
Save maxxscho/2015961 to your computer and use it in GitHub Desktop.
CSS: text-indent - new Way
.ti {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
/* this is just the text-indent, no width, no height, no background image */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment