背景を全面に伸び縮みさせる方法

覚書

body{
background-image: url(/*ここを変更*/);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center bottom;
background-size: cover;
}

この記事を書いた人