css实现磨砂玻璃模糊效果代码
代码语言:html
所属分类:布局界面
代码描述:css实现磨砂玻璃模糊效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<html>
<head>
<style>
:root {
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
background: url("//repo.bfw.wiki/bfwrepo/image/5d6539613d08b.png");
background-size: cover;
}
div {
.........完整代码请登录后点击上方下载按钮下载查看
网友评论0