1. 程式人生 > >背景圖片鋪滿body

背景圖片鋪滿body

ges png mage log images style repeat 添加 url

添加背景圖片:

技術分享

添加樣式代碼如下:

<style type="text/css">
body {
background: url("image/bg.jpg") top center no-repeat;
background-size: cover;
}
</style>

最終效果如下圖所示:技術分享

背景圖片鋪滿body