CSS triangle generator

Generate triangles with CSS quickly using our free CSS Triangle Generator. Customize size, color, and direction for your design needs.

width: 0;
height: 0;
border-style: solid;
border-width: 150px 150px 0 0;
border-color: #000000 transparent transparent transparent;