2015軟件水平測(cè)試:CSS網(wǎng)頁(yè)背景和圖片居中

字號(hào):


    為2015軟考考生提供了一段用CSS使網(wǎng)頁(yè)背景和圖片居中的代碼供大家參考,更多網(wǎng)頁(yè)制作技巧請(qǐng)關(guān)注程序員考試頻道
    BODY {background-image: URL(picture1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;}