Skip to content

Instantly share code, notes, and snippets.

@guizmo
Created March 2, 2012 01:58
Show Gist options
  • Save guizmo/1954889 to your computer and use it in GitHub Desktop.
Save guizmo/1954889 to your computer and use it in GitHub Desktop.
text indenting
.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display:block;
width:100px;
height:30px;
padding:20px;
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment