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

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

12
125

Leave a Reply

Your email address will not be published. Required fields are marked *