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

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

时间:2018-04-03 11:28:21      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:bsp   bubuko   utf-8   使用   src   技术   border   nbsp   div   

<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

标签:bsp   bubuko   utf-8   使用   src   技术   border   nbsp   div   

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

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