画三角形

div{
width: 0px;
border: 30px solid transparent;
border-left-color: tomato;
}

第二种方法

div{
margin: auto;
width: 0px;
border-top: 20px solid transparent;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid red;
}

posted @ 2021-06-27 12:40  彧老魔  阅读(269)  评论(0)    收藏  举报