


.triangle{
width: 0;
height: 0;
margin-left: 160px;
border-bottom: 40px solid #0059DF;
border-left: 10px solid transparent;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
原文:https://www.cnblogs.com/yscec/p/12172522.html