ウェブサイトの本文に背景を追加しようとしましたが、背景全体を表示し、ウェブサイトのコンテンツをその中の中央に配置したいと考えました。
次の CSS を使用しましたが、中央に配置できません。
body {
margin: auto;
background: url(../images/bggeneral.jpg) top center repeat;
background-position: center;
font-size: 100%;
line-height: 1.0625em;
color: #515151;
width: 100%;
}
背景画像 : http://www.comicar.ma/assets/images/bggeneral.jpg
画像をトリミングする必要がありますか?