边框的使用,border-radius,box-shadow,border-image

Posted 韩凯

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了边框的使用,border-radius,box-shadow,border-image相关的知识,希望对你有一定的参考价值。

<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
        <style type="text/css">
            *{
                margin: auto;
                padding: 0;
            }
            #a1{
                width: 100px;
                height: 100px;
                border: 1px solid red;
                margin-top: 30px;
                border-radius: 15px 20%;
                box-shadow: 5px 10px;
            }
            
        </style>
    </head>
    <body>
        <div id="a1">
            
        </div>
        
    </body>
</html>

以上是关于边框的使用,border-radius,box-shadow,border-image的主要内容,如果未能解决你的问题,请参考以下文章

如何找到应用了边框 [border-radius] 等的所有元素?

Border-radius属性--设置圆角边框

CSS3-边框 border

边框的使用,border-radius,box-shadow,border-image

border-radius__边框圆角

怎么处理CSS3的边框圆角border-radius?