Skip to content

Instantly share code, notes, and snippets.

@z2015
Created May 2, 2016 02:11
Show Gist options
  • Save z2015/00e92d44a1846a540c937ae126b6c2e7 to your computer and use it in GitHub Desktop.
Save z2015/00e92d44a1846a540c937ae126b6c2e7 to your computer and use it in GitHub Desktop.
CSS隐藏文字的新方法(可以取代text-indent首行缩进)
.hide-text {
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