代码:

代码片段
11 行
<style>
.border{
            width: 0px;
            height:0px;
            
            border-top: 30px solid  transparent;
            border-left: 30px solid blue;
            border-right:  30px solid  transparent;
            border-bottom:  30px solid  transparent;
        }
</style><div class="border"></div>

效果

article image

给小三角形加阴影效果
代码: