标签:tom width parent 方法 idt order otto bottom mat
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;
}
标签:tom width parent 方法 idt order otto bottom mat
原文地址:https://www.cnblogs.com/zy950203/p/14940342.html