Skip to content

Instantly share code, notes, and snippets.

@diverted247
Created November 24, 2015 14:18
Show Gist options
  • Save diverted247/a49a1356625bbfc70dd2 to your computer and use it in GitHub Desktop.
Save diverted247/a49a1356625bbfc70dd2 to your computer and use it in GitHub Desktop.
Center align column in Pure css
<div class="pure-g">
<div class="pure-u-1-1" style="max-width:1200px;margin-left:auto;margin-right:auto">
Center
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment