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.
ここhttp://singh.mobi/nonni/、1374x1074の画像のように体の背景を持っていますが、拡大すると白い背景が右側に来ます。
最近ではbackground-size、CSS に次のように追加するだけです。
background-size
body { background: url("images/background.png") no-repeat scroll 0 0 #FFF; background-color: #E6E6E6; background-size: cover; }