body {
background-image: url(../img/back.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
この背景全体にイメージを表示して、スクロールでも動かないようにするには、このCSSを定義する。body {
background-image: url(../img/back.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
この背景全体にイメージを表示して、スクロールでも動かないようにするには、このCSSを定義する。