很多人看到我网站上的元旦标题背景码很漂亮,问我怎么回事。今天教大家把元旦背景教程换成我们的网站。
首先,在网站主页上归档代码:
<body class="home home-index skinbg" style="transform: none;">
然后在网站的主css文件里面添加如下即可!
body.skinbg {
background-image: url(https://www.huizhanii.com/uploadfile/20201227212841.jpg);
background-position: 50% 110px;
background-color: ;
background-repeat: no-repeat;
background-attachment: scroll;
}
根据你的网站宽度,只需调整 posi tion: 后面的规格即可!
转载请注明:汇站网 » 给网站头部加上节日背景代码教程