Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 11, 2014 09:44
Show Gist options
  • Select an option

  • Save DeanPoulin/8368906 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8368906 to your computer and use it in GitHub Desktop.
Center Content Blocks
<div class="center-block">...</div>
<style type="text/css">
/* Classes */
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
/* Usage as mixins */
.element {
.center-block();
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment