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

Posted 韩凯

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了图片圆角图片响应式图片阴影图片滤镜相关的知识,希望对你有一定的参考价值。

<!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>

 

以上是关于图片圆角图片响应式图片阴影图片滤镜的主要内容,如果未能解决你的问题,请参考以下文章

圆角边框以及阴影制作卡片式图片 - 学习笔记

css 如何用图片改变表单边框的样式(圆角边框,有阴影)

图片,辅助类样式

一起Talk Android吧(第五百零七回:图片滤镜ImageFilterView)

Flutter 问题系列第 49 篇在 Flutter 中如何给组件设置背景色圆角边框形状阴影渐变色背景图片等效果

Bootstrap第3天