Skip to content

Instantly share code, notes, and snippets.

@ddnode
Created June 6, 2013 07:40
Show Gist options
  • Select an option

  • Save ddnode/5719934 to your computer and use it in GitHub Desktop.

Select an option

Save ddnode/5719934 to your computer and use it in GitHub Desktop.
css隐藏文本
.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