Skip to content

Instantly share code, notes, and snippets.

@ramzesimus
Created September 30, 2012 19:21
Show Gist options
  • Save ramzesimus/3808207 to your computer and use it in GitHub Desktop.
Save ramzesimus/3808207 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:transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment