Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は自分で作ったコンテナを使用していますが、ブラウザ ウィンドウのサイズを変更すると、コンテナがウィンドウに沿って移動します。
これはCSSです:
.container { margin-right: auto; margin-left: auto; width: 1000px; /* yes, because style of PSD file. need follow design */ }