Skip to content

Instantly share code, notes, and snippets.

@simonewebdesign
Created August 26, 2013 10:42
Show Gist options
  • Save simonewebdesign/6340204 to your computer and use it in GitHub Desktop.
Save simonewebdesign/6340204 to your computer and use it in GitHub Desktop.
CSS class for centering a div box
.centered {
position: relative;
float: left;
}
.centered.outer {
text-align: justify;
right: 50%;
}
.centered.inner {
margin: 0 auto;
left: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment