Skip to content

Instantly share code, notes, and snippets.

@sobstel
Created November 23, 2013 16:19
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 sobstel/7616588 to your computer and use it in GitHub Desktop.
Save sobstel/7616588 to your computer and use it in GitHub Desktop.
Centered block element with unknown width
<div id="container">
<div id="element">
centered content
</div>
</div>
#container {
text-align: center;
}
#element {
text-align: left;
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment