DOCTYPE html>
模糊化背景图
body {
background-image: url("image/bjt03.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
backdrop-filter: blur(30px);
}
如何设置背景图(前端开发)
关注
打赏