agoston
Newbie
- Messages
- 6
- Reaction score
- 0
- Points
- 1
Hello,
How can I horizontally center a <div> within another <div> using CSS?
How can I horizontally center a <div> within another <div> using CSS?
Code:
<div id="outer">
<div id="inner">Hello World!</div>
</div>