博客园自动更换背景

管理 — 设置 — 页面定制 CSS 代码,中添加以下代码:

/*背景图片*/
body {
  background: url(https://source.unsplash.com/user/erondu/1600x900) fixed;
  background-size: cover;
  background-repeat: no-repeat;
  opacity:0.8  /* x取值为[0, 1],1为不透明,具体可自行测试 */
}

参考:链接1链接2链接3 

效果:链接

上一篇:Official VirusTotal Plugin for IDA Pro 7


下一篇:mysql存储过程之WHILE循环,LOOP循环以及REPEAT循环