HTML代码:
<div id="mememe"></div>
CSS:
#mememe {
background: url(你的图片地址);
background-repeat: no-repeat;
width: 100%;
height: 100%;
position: fixed;
background-position: bottom right;
bottom: 0;
right: 0;
z-index: -1
}
使用方法
- 就是吧css加到style.css 文件里面,然后HTML代码加到你需要的页面,比如我加到了
- index.php
- page-archives.php
- page.php
- post.php
- (在这些页面的need('footer.php'); ?>前即可)
第二个是大背景
<body class="custom-background">
CSS:
body.custom-background {
background-image: url('你的地址');
background-repeat: no-repeat;
background-position: top left;
background-attachment: fixed;
background-size:cover
}
使用方法
css加到style.css里面去,然后再 header.php 的class加入custom-background的样式即可!
1、文章版权归作者所有,未经允许请勿转载。
2、本站所有文章,如无特殊说明或标注,均为本站原创发布。任何在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们邮箱:526009505@qq.com进行处理。
3、咨询请联系QQ:526009505
2、本站所有文章,如无特殊说明或标注,均为本站原创发布。任何在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们邮箱:526009505@qq.com进行处理。
3、咨询请联系QQ:526009505