<div class="triangle"></div>
.triangle {
width: 0;
height: 0;
border-bottom: 100px solid red;
border-left: 80px solid transparent;
border-right: 80px solid transparent;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.