Hexo之添加背景图

添加背景图

在 themes/*/source/css/_custom/custom.styl 中添加如下代码:

1
2
3
4
5
6
7
body{
background:url(/images/bg.jpg);
background-size:cover;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}

如果本文对您有用,谢谢打赏。

TDsimon wechat
欢迎扫一扫上面的微信公众号,订阅我的博客!