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

css边框1

时间:2019-01-24 18:52:10      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:pre   har   width   style   set   title   idt   add   back   

    <meta charset="utf-8" />
        <title>练习一</title>
        <style type="text/css">
            *{
                margin: 0px;
                padding: 0px;
            }
            .p1{
                width: 200px;
                height: 200px;
                border: 1px solid red;
                border-radius: 200px 0px 0px 0px;
            }
            .p2{
                width: 100px;
                height: 200px;
                border: 1px dashed red;
                border-right:1px solid green;
                border-radius: 200px 0px 0px 200px;
            }
         </style>         
    </head>
    <body>
        <div class="p1"></div>
        <div class="p2"></div>
    </body>
</html>

 

css边框1

标签:pre   har   width   style   set   title   idt   add   back   

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

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