CSS秘密花园:磨砂玻璃效果

效果如下:转载 自  https://www.w3cplus.com/css3/css-secrets/frosted-glass-effect.html

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <style>
    body{position:relative;}
    main{ width:400px; height:300px; margin:100px auto; }
    blockquote{ width:100%; height:100%;}
    body, main::before { background: url("https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1518171476331&di=8066fd708f4dc8f34fb8a8c6a3ccef74&imgtype=0&src=http%3A%2F%2Fpic26.huitu.com%2Fres%2F20141230%2F581721_20141230232100507134_1.jpg") 0 / cover fixed; } 
    main { position: relative; background: hsla(0,0%,100%,.3); overflow:hidden;} 
    main::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; filter: blur(20px); z-index:-1; margin:-30px;}
    
  </style>
</head>
<body>
<main> 
  <blockquote> “The only way to get rid of a temptation[…]” 
    <footer>— 
      <cite> Oscar Wilde, The Picture of Dorian Gray </cite> 
    </footer>
  </blockquote>
</main>

</body>
</html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值