Created
September 15, 2012 11:18
-
-
Save ambar/3727398 to your computer and use it in GitHub Desktop.
css hidden text
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
| a .ellipsis:after { | |
| content: '...'; | |
| } | |
| a .invisible { | |
| font-size: 0; | |
| line-height: 0; | |
| } |
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
| <a href="http://t.co/3MhwazMN" class="external" target="_blank" title="http://www.youtube.com/user/ThemPRangers"> | |
| <span class="invisible">http://www.</span><span class="visible">youtube.com/user/ThemPRang</span><span class="invisible">ers</span><span class="ellipsis"></span> | |
| </a> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jsbin.com/csshiddentext/1/edit