css 实现三角形

.triangle{
     0;
    height: 0;
    border: 50px solid transparent;
    border-top-color: black ;
}
原文地址:https://www.cnblogs.com/fanqiuzhuji/p/12573804.html