Created
March 11, 2012 10:47
-
-
Save maxxscho/2015961 to your computer and use it in GitHub Desktop.
CSS: text-indent - new Way
This file contains hidden or 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
.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