Created
December 6, 2016 13:17
-
-
Save Farmatique/59fb1b6eb6c02505540cc7c71f2010d8 to your computer and use it in GitHub Desktop.
Hide text inside block using css
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
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