我有一个正在工作的网站,我正在努力将我的所有内容集中起来。为什么标题不居中?
我尝试了通常的margin-left和right方法:auto; 但它没有用,所以我使用它做了以下操作:
<div class="header-wrapper">
<div id="wrap">
<!---start wrap 960px--->
<h1>TITLE</h1>
<div class="box-full">
<h2>Our Cloud Development</h2>
<p>Welcome to company Feel free to follow us on twitter. We are a new company, focused on business development.</p>
<div class="button">
<a href="class=" learnmore ">Learn More</a>
</div>
</div>
</div>
</div> <!---end wrap 960px--->
但它正在向右推。