CSSを使用したフルページの背景イメージの実装方法
CSSのbackground-sizeプロパティを使用する方法:html, body { height: 100%; margin: 0; padding: 0; } body { background-image: url('背景イメージのURL'); background-size: cover; background-position: center; background-repeat: no-repeat; }>>More
CSSのbackground-sizeプロパティを使用する方法:html, body { height: 100%; margin: 0; padding: 0; } body { background-image: url('背景イメージのURL'); background-size: cover; background-position: center; background-repeat: no-repeat; }>>More