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 is blank
doubt
when i uncomment background:white; in content css its working but when i set the background url its not working , but the same url does not work if i set it for the content div , please help