こんにちは、css ファイルに背景画像を追加しようとしています Visual Basic 2010 ASP.Net MVC で私のコードは次のとおりです。
#page-container {
width: 100%;
height:100%;
margin: auto;
background-image:url ('../Content/homepage.jpg');
background:cover;
background-repeat:no-repeat;
}
背景画像が表示されません。何が問題なのですか?