HTML:
<div class="arrow-right"></div>
CSS:
.arrow-right {
width: 0;
height: 0;
border-top: 60px solid transparent;
border-bottom: 60px solid transparent;
border-left: 60px solid green;
}
結果:
結果の両側に 1 ピクセルの境界線を作成する方法はありますか? (非 180 度のもの)?
ありがとう