温馨提示:本文最后更新于
2024-05-30 17:46:17
,某些文章具有时效性,若有错误或已失效,请 联系我们 反馈。WordPress网站添加一个好看图形动态背景图,样式非常好看,使用简单,CSS代码即可解决的背景美化。
.body {
background-image: url("图片地址");/**这里改为自己的图片地址**/
background-position-x: center;
background-position-y: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
👋 感谢您的观看!
© 版权声明
THE END