Skip to content

Instantly share code, notes, and snippets.

@michaelnie
Last active December 9, 2015 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelnie/4329093 to your computer and use it in GitHub Desktop.
Save michaelnie/4329093 to your computer and use it in GitHub Desktop.
Hide Text
.module {
background-color: transparent;
border: 0;
overflow: hidden;
}
.module:before {
content: "";
display: block;
width: 0;
height: 150%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment