用css制作三角形图标

2021-02-08 04:18

阅读:321

标签:border   制作   style   保留   pre   ott   body   color   box   

 style>
        .box{
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
           border-bottom: 20px solid #ccc; 
        }
    style>
head>
body>
    div class="box">

    div>

保留一条边的颜色,其余的透明,盒子没有大小

用css制作三角形图标

标签:border   制作   style   保留   pre   ott   body   color   box   

原文地址:https://www.cnblogs.com/libainian/p/13081539.html


评论


亲,登录后才可以留言!