背景图css笔记


技术242 阅0 评

我认为比较完美的背景设置

body{
  background-image:url(../2.jpg);
  background-size: cover;
  /*背景大小全覆盖*/
  background-repeat: no-repeat;
  /*背景不重复*/
  background-position: center center;
  /*背景居中x,y */
  background-attachment:fixed;
 /*让背景适应固定,不会受网页形状影响,保持整个屏幕的方形*/
    }
最后更新 2023-06-03
评论 ( 0 )
OωO
隐私评论