Created
October 8, 2012 10:44
-
-
Save maxvipon/3851912 to your computer and use it in GitHub Desktop.
CSS: Text indent (positive text)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ir { | |
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
Example of the three different methods: http://jsfiddle.net/necolas/QZvYa/show/