CSS绘制三角形

.triangle{
width:0;
height:0;
border-left:50px solid transparent;

border-right:50px solid transparent;
border-bottom:100px solid red

}

 

posted @ 2024-08-23 21:19  最小生成树  阅读(5)  评论(0编辑  收藏  举报