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

实现矩形凸三角

时间:2017-10-20 18:23:34      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:实现   col   log   image   height   pre   img   round   parent   

技术分享

<style>
        .demo {
            width: 100px;
            height: 100px;
            background-color: #fff;
            border: 2px solid  #333;
            position: relative;
        }
        .demo:after,.demo:before {
            border: solid transparent;
            content: ‘ ‘;
            height: 0;
            left: 100%;
            position: absolute;
            width: 0;
        }
        .demo:after {
            border-width: 10px;
            border-left-color: #fff;
            top: 20px;
        }
        .demo:before {
            border-width: 12px;
            border-left-color: #000;
            top: 18px;
        }
    </style>


<div class="demo"></div>

 

实现矩形凸三角

标签:实现   col   log   image   height   pre   img   round   parent   

原文地址:http://www.cnblogs.com/pjl43/p/7700404.html

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