我希望能够在我创建的这个形状上找出最左边的3个角落,不知道如何做到这一点?
div{ position: absolute; z-index: 1; width: 423px; height: 90px; background-color: #b0102d; color: white; right: 0; margin-top: 10vw; -webkit-clip-path: polygon(100% 0%,100% 50%,100% 100%,25% 100%,0% 50%,25% 0%); clip-path: polygon(100% 0%,25% 0%); }
<div></div>