Skip to content

Instantly share code, notes, and snippets.

@airyboy
Last active September 25, 2016 07:37
Show Gist options
  • Save airyboy/08ae28635e0a6d5df54f2bf04235751e to your computer and use it in GitHub Desktop.
Save airyboy/08ae28635e0a6d5df54f2bf04235751e to your computer and use it in GitHub Desktop.
Center div in another div horizontally
#container {
width: 640px; /*can be in percentage also.*/
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment