私が取り組んでいる Web サイトがあります。すべてのコンテンツを中央に配置するのに苦労しています。ヘッダーが中央に表示されないのはなぜですか?
margin-left and 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--->
しかし、それは右に押しています。