enter image description here
如何删除屏幕周围的阴影???滤镜模糊会使这个阴影
&::before {
content: "";
position: absolute;
background: linear-gradient(to right, rgba(11, 11, 11, 0.766), rgba(11, 11, 11, 0.766)) , url('/Obrazek\ 1.jpeg');
background-repeat: no-repeat;
width: 100%;
height: 100%;
background-size: cover;
background-color: black;
filter: blur(20px);
}
我尝试使用背景过滤器,但它不工作
1条答案
按热度按时间4bbkushb1#
对过滤块使用
backdrop-filter
或负向滤波器: