CSS繪製三角形

最小生成树發表於2024-08-23
.triangle{
width:0;
height:0;
border-left:50px solid transparent;

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

}

相關文章