CSS Triangle Generator

Make CSS triangles with the border trick.

Free CSS triangle generator. Choose a direction, size and color to create a pure-CSS triangle using the border trick, preview it live, and copy the CSS. Great for tooltips and arrows. Runs in your browser.

How to use the CSS Triangle Generator

  1. 01Choose which way the triangle points.
  2. 02Set the size and fill color.
  3. 03Copy the generated CSS class.

Frequently asked questions

How does a CSS triangle work with no SVG?

An element with zero width and height but thick borders shows only the borders as triangles. Making three borders transparent leaves one visible triangle — that's the classic border trick this tool generates.