给网站加上元旦背景完整代码

给网站加上元旦背景完整代码

今天去博客逛了一下,突然发现换了一个元旦背景,

挺不错的,所以赶紧偷过来分享给大家~

整体安装代码如下:

<body class="home home-index skinbg" style="transform: none;">
这是网站<body 后面加上上面代码,然后下面是css ,在网站主页css里面添加即可!

body.skinbg {
    background-image: url(https://s3.ax1x.com/2020/12/22/rDOWzn.jpg);
    background-position: 50% 110px;
    background-color: ;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
根据你的网站宽度,只需调整 posi tion: 后面的规格即可!