How Can I Align Center CSS to DIV?
I want to align the h1 element into the center of the page. "outer" is the outer div and "inner" is the inner div. How to align the center CSS to the div?
<div id="outer">
<div id="inner">
<h1>Welcome</h1>
</div>
</div>