Skip to content

Instantly share code, notes, and snippets.

@sharnie
Created December 9, 2014 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sharnie/9486321519c39574305c to your computer and use it in GitHub Desktop.
Save sharnie/9486321519c39574305c to your computer and use it in GitHub Desktop.
Center/Middle Div
#outer {
width: 100%;
text-align: center;
}
#inner {
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment