https://sm.ms/

一.进入http://sm.ms,把要作为背景的图片上传上去,获取图片URL;

简单更换博客园背景

 

二.在设置中添加以下css代码;

 

body {
background: url(刚才拿到的url) fixed;

background-size: cover;

background-repeat: no-repeat;
}

 

 

 

三.OK!快到自己的首页看效果吧.

 

 

相关文章:

  • 2021-10-04
  • 2022-12-23
  • 2021-12-15
  • 2021-07-02
  • 2021-10-07
  • 2021-08-12
  • 2021-11-29
猜你喜欢
  • 2022-01-16
  • 2021-10-01
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2022-01-04
  • 2021-12-15
相关资源
相似解决方案