📌  相关文章
📜  如何使用我的屏幕高度自动设置背景 - CSS 代码示例

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

代码示例2
html { 
  background: url(image.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}