mina-huojian66
body {
            background: url("Chrysanthemum.jpg") fixed center center no-repeat;
            background-size: cover;
            width: 100%;
            font-size: 20px;
            color:#fff;
        }

为了不让页面有空白,背景图片加到body元素上;关键是background-size:cover;

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2021-06-08
相关资源
相似解决方案