<div class="wrap">
<div class="main"></div>
</div>
.main {
width: 0;
height: 0;
border-style: solid;
border-width: 80px 100px;
border-color: transparent;
border-left-color: #0aaaa0;
border-right: none;
}
.wrap {
display: flex;
justify-content: center;
margin: 40px auto 0;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.