📜  如何对背景图像产生视差效果 - CSS 代码示例

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

代码示例1
.bg-parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}