码迷,mamicode.com
首页 > Web开发 > 详细

图片模糊HTML代码

时间:2017-09-13 14:03:33      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:com   repeat   back   ext   center   style   html   代码   text   

 

<html>
<head>
<style type="text/css">
.bg-blur {
float: left;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}
</style>
</head>
<body>
<img src="http://img4.imgtn.bdimg.com/it/u=2576138561,591475829&fm=27&gp=0.jpg" />
<img class="bg-blur" src="http://img4.imgtn.bdimg.com/it/u=2576138561,591475829&fm=27&gp=0.jpg" />

</body>
</html>

图片模糊HTML代码

标签:com   repeat   back   ext   center   style   html   代码   text   

原文地址:http://www.cnblogs.com/justdba/p/7514354.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!