国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - After setting the background, the RBRACE result page appears and the webpage does not respond.
學(xué)習(xí)ing
學(xué)習(xí)ing 2017-07-05 10:52:16
0
1
1222

1. I just started self-study and wanted to add a background to the title, but I got an error

2.html code:

<p id="container">
           <p id="header">
              <p id="Love Live Sunshine">
                  <p>
                                    <h1>Love Live Sunshine</h1>
                                    <hr width="960&">
                                    <p>這是一個(gè)標(biāo)題?。?!</p>
                  </p>
               </p> 
            </p>

3.CSS code:

#header{
    margin: 0;
    width: 100%;
    background: url(網(wǎng)站圖片資源/LLSS.jpg);
    background: no-repeat;
    background: center;
}

Thank you all in advance (? ?_?)?

學(xué)習(xí)ing
學(xué)習(xí)ing

reply all(1)
曾經(jīng)蠟筆沒(méi)有小新

This is a warning from csslint.

#header{
    margin: 0;
    width: 100%;
    background: url(網(wǎng)站圖片資源/LLSS.jpg);
    background: no-repeat;
    background: center;
}

This is wrong, background has been set repeatedly.

One more suggestion for you, don’t use Chinese in the file name.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template