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

css边框4

时间:2019-01-24 18:59:47      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:box   class   char   type   tom   width   bottom   border   text   

    <head>
        <meta charset="UTF-8">
        <title>练习四</title>
        <style type="text/css">
            *{
                margin: 0px;
                padding: 0px;
            }
            .box1{
                width: 80px;
                height: 200px;
                border: 80px solid red;
                border-top: 30px solid red;
                border-bottom: 30px solid red;
                border-radius: 117px;
                box-shadow: 1px 7px 22px #000000;
            }
        </style>
    </head>
    <body>
        <div class="box1">
        </div>
    </body>
</html>

 

css边框4

标签:box   class   char   type   tom   width   bottom   border   text   

原文地址:https://www.cnblogs.com/wwwljcom/p/10316009.html

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