【CSS】中央揃えのレイアウト

css
margin: 0 auto;
max-width: xxxpx;
css
text-align: center;

関連記事