Skip to content

Instantly share code, notes, and snippets.

@maxvipon
Created October 8, 2012 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save maxvipon/3851912 to your computer and use it in GitHub Desktop.
Save maxvipon/3851912 to your computer and use it in GitHub Desktop.
CSS: Text indent (positive text)
.ir {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
@maxvipon
Copy link
Author

maxvipon commented Oct 8, 2012

Example of the three different methods: http://jsfiddle.net/necolas/QZvYa/show/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment