🔺

CSS Triangle Generator

Free online CSS triangle generator. Create pure CSS triangles using border tricks. Choose direction, size, and color with live preview.

width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 80px solid #3b82f6;