图片未显示到index.html
<div id="headerwrap">
<h1>Make your landing pagelook really good.</h1>
</div><!-- /headerwrap -->
CSS
#headerwrap {
background: url(../img/bbblur.jpg) no-repeat center top;
margin-top: -20px;
padding-top: 200px;
background-attachment: relative;
background-position: center center;
min-height: 650px;
width: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
以前它正在工作它在我预览时显示图像, 然后我添加几个代码然后我预览它agian,它搞砸了,然后我试图撤消我的移动,但它仍然没有显示图像