Horizontally center a div in a div
Advertisement
How can I horizontally center a div within a div using CSS (if it's even possible)?
The outer div has 100% width:
<div id="outer" style="width:100%">
<div id="inner">Foo foo</div>
</div>
CSS
- asked 10 years ago
- B Butts
0Answer


Your Answer