Skip to content

Instantly share code, notes, and snippets.

@JesseHerrick
Created June 30, 2013 04:56
Show Gist options
  • Save JesseHerrick/5893906 to your computer and use it in GitHub Desktop.
Save JesseHerrick/5893906 to your computer and use it in GitHub Desktop.
Perfect CSS Center
.centered {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment