Skip to content

Instantly share code, notes, and snippets.

@aekaplan
Last active January 2, 2016 03:49
Show Gist options
  • Save aekaplan/8246124 to your computer and use it in GitHub Desktop.
Save aekaplan/8246124 to your computer and use it in GitHub Desktop.
Create a Container - CSS
.container {
margin: 0 auto;
max-width: 48rem;
width: 90%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment