main.css
body{
width:100%;
height:100%;
overflow:hidden;
background:url('/assets/background-calculations.png');
}
body #content{
z-index:5;
background:url('/assets/handwritten-text.png');
// background:white;
width:100%;
height:100px;
}
body #footer,#header{
height:100px;
width:100%;
margin:0 auto;
}
index.html.erb は空白です
疑問に思う
コンテンツcssのコメントbackground:white;
を外すと機能しますが、バックグラウンドURLを設定すると機能しませんが、コンテンツdivに設定すると同じURLが機能しません。助けてください