三角形

<style>
      .triangle {
           width:0;
           height:0;
           border-top:30px solid red;
           border-left: 30px solid transparent;
           border-right:30px solid transparent;
           border-bottom:30px solid transparent;
} </style> <div class="triangle"></div>

 

posted @ 2019-02-28 15:10  且听风吟V  阅读(260)  评论(0编辑  收藏  举报