<div class="triangle-right"></div>
.triangle-right {
width: 0;
height: 0;
border-top: 25px solid transparent;
border-bottom: 25px solid transparent;
border-left: 50px solid darkorange; /* 左邊框設為顏色 */
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.