Skip to content

Instantly share code, notes, and snippets.

@nicohq
Forked from anttti/gist:2017726
Last active December 18, 2015 00:38
Show Gist options
  • Save nicohq/5697764 to your computer and use it in GitHub Desktop.
Save nicohq/5697764 to your computer and use it in GitHub Desktop.
hide text under bg
.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