📜  css 全覆盖背景图片 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:44.837000             🧑  作者: Mango

代码示例2
body { 
  background: url(path/to/bg-image.jpg) no-repeat center center fixed;
  background-size: cover;
}