Skip to content

Instantly share code, notes, and snippets.

@mitchellhislop
Forked from kennethreitz/standard.css
Created April 21, 2010 14:06
Show Gist options
  • Save mitchellhislop/373846 to your computer and use it in GitHub Desktop.
Save mitchellhislop/373846 to your computer and use it in GitHub Desktop.
.block { display: block; }
.inline { display: inline; }
.clrfix { display:inline-block; }
.hide { display: none; }
.fleft { float: left; }
.fright { float: right; }
.fclear { clear: both; }
.hi { background-color: rgb(255, 255, 204); }
.sub { vertical-align: sub; }
.super { vertical-align: super; }
.middle { vertical-align: middle; }
.center { margin-left: auto; margin-right: auto; text-align: center; }
.seo { text-indent: -9000px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment