Skip to content

Instantly share code, notes, and snippets.

@cheh
Forked from ramzesimus/gist:3808207
Last active October 3, 2019 15:39
Show Gist options
  • Save cheh/3852278 to your computer and use it in GitHub Desktop.
Save cheh/3852278 to your computer and use it in GitHub Desktop.
CSS: Hide Text
.hide-text {
font: 0/0 a;
text-shadow: none;
color: transparent;
border: 0;
background-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment