画面を超えて届く大きなdivを中央に配置しようとしています。これは、.container
div
約幅が大きく、実際のコンテンツが約幅のクラスで内側に1920px
中央に配置されていることに関係しています。.container
div
.content
1200px
なんとか中央に配置できますが、.container
境界が画面外にある場合の中央揃えは機能しません。ブラウザの左枠に対して左枠を配置します。
[ | [content] | ]
Legend:
| = screen edge
[ ] = div edge
.content
.container
前景に関連する背景の位置が変わらないように、常に中央に配置する必要があります。
<div class="container">
<div class="content">
<section></section>
</div>
</div>