2025年3月17日 星期一 甲辰(龙)年 月十六 设为首页 加入收藏
rss
您当前的位置:首页 > 计算机 > 编程开发 > Html+Div+Css(前端)

CSS背景虚化

时间:08-27来源:作者:点击数:30

filter过滤:blur(模糊半径) 模糊半径越大,越模糊 blur()

  • background-repeat: no-repeat;
  • background-size: cover;
  • background-position: 50%;
  • -webkit-filter: blur(20px);
  • filter: blur(20px);
  • -webkit-transform: scale(1.5);
  • -ms-transform: scale(1.5);
  • transform: scale(1.5);

如图 :

方便获取更多学习、工作、生活信息请关注本站微信公众号城东书院 微信服务号城东书院 微信订阅号
推荐内容
相关内容
栏目更新
栏目热门