码迷,mamicode.com
首页 > 其他好文 > 详细

图片圆角、图片响应式、图片阴影、图片滤镜

时间:2018-04-03 12:42:29      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:image   class   3.2   round   图片   png   gpo   gray   log   

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
        <style type="text/css">
            *{
                margin: auto;
                padding: 0;
            }
            #a1{
                width: 300px;
                height: 300px;
                border: 1px solid red;
                
            }
            img{
                border-radius: 50%;
                box-shadow: 5px 5px 2px gray;
                max-width: 100%;height: auto;
                filter: blur(1px);
            }
        </style>
        
            
    </head>
    <body>
        <div id="a1">
            <img src="../3.28/1.jpg"width="100%"height="100%"/>
        </div>
    </body>
</html>
技术分享图片技术分享图片技术分享图片

 

图片圆角、图片响应式、图片阴影、图片滤镜

标签:image   class   3.2   round   图片   png   gpo   gray   log   

原文地址:https://www.cnblogs.com/hankai2735/p/8707612.html

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