<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;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.