#contentwrapper {
background: #111;
background: url('~/img/bg-black.png');
width: 100%;
}
#content {
width: 340px;
height: 165px;
margin: 240px auto;
text-align: center;
}
HTMLは次のとおりです。
<div id="content-wrapper">
<div id="content">
<h1 style="text-align: center">Test</h1>
<div style="clear:both"></div>
</div>
</div>
私の問題は、コンテンツラッパーの背景画像を指定されたリンクに設定しようとしていることですが、実行すると表示されません。書き換え、リロード、読み込みなどを試しました。何も機能しません
何か案は?