How can I horizontally center an element?

asked17 years ago
last updated3 years ago
viewed4.8m times
Up Vote5kDown Vote

How can I horizontally center a <div> within another <div> using CSS?

<div id="outer">
  <div id="inner">Foo foo</div>
</div>