Skip to content

Instantly share code, notes, and snippets.

@jasonkarns
Created February 10, 2010 21:46
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 jasonkarns/300885 to your computer and use it in GitHub Desktop.
Save jasonkarns/300885 to your computer and use it in GitHub Desktop.
A set of base utility classes
/* A set of base utility classes */
.hidden {
display:none;
}
.phark {
text-indent: -5000px;
overflow: hidden;
display:block;
}
.clearfix {
*zoom: 1;
}
.clearfix:after {
content: " ";
display: block;
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment