CSS

* 背景画像を画面サイズいっぱい *

CSS

CSS background-image 背景画像を画面サイズいっぱいに表示 body { background-image : url ( 画像のURL ) ; background-position : center center ; 上下左右中央に表示 background-repeat : no-repeat ; 繰り返しをしない background-attachment : fixed ;…