CSS triangle generator
Make a pure-CSS triangle using the classic border trick: an element with
zero width and height shows only its borders, so giving one border a colour and
the others transparent produces a triangle. Choose the direction, base and
height, and colour — then copy the CSS. No images, no SVG.
Everything runs in your browser — nothing is uploaded.