나는 일하고있는 웹 사이트가 있습니다. 나는 모든 콘텐츠를 중심에두고 고심하고 있습니다. 헤더 센터가 왜 안되나요?랩으로 웹 사이트의 중심 콘텐츠
나는 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--->
오른쪽으로 밀고 있습니다.
'div.box-full'은 그의 부모보다 넓습니다. 따라서 'margin : 0 auto'는 쓸모가 없습니다. – pktangyue