div{
    width: 0px;
    height: 0px;
    border-bottom: 10px solid red;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
Copy the code