Skip to content

Instantly share code, notes, and snippets.

@cwoodall
Created July 14, 2011 19:20
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 cwoodall/1083210 to your computer and use it in GitHub Desktop.
Save cwoodall/1083210 to your computer and use it in GitHub Desktop.
CSS Centering Classes
.center {
display:block;
}
.center.horizontal { margin-left: auto; margin-right: auto; }
.center.vertical { top:50%; margin-top:100%; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment