Blurring the background elements of a div can be achieved using backdrop-filter . Use it like this: .your-class-name { backdrop-filter: blur(5px); ...
確定! 回上一頁