Iは、ブートストラップを使用してsite for my sonを作り、のcustom.cssを加えました。背景カバーとして画像を使用しようとしましたが、表示されません。これをどうすれば解決できますか? This is custom.css表紙画像(ブートストラップ3)
body {
\t color: #036;
font-family: Georgia, Times, serif;
font-size: 2rem;
background: url(images/field-bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.container {
background-color: #fff;
width: 90%;
}
を認識していませんでした、ありがとうどうもありがとうございました – mlegg