画三角形
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;
}
浙公网安备 33010602011771号