Skip to main content

CSS Triangle Generator

Generate CSS triangles using the border property. Supports all 8 directions with customizable size and color.

Direction

10px200px
10px200px

Preview

CSS code

width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 100px solid #3B82F6;
Share this tool
📖

How to Use

Step 1

Choose Direction

Choose Direction

Select triangle direction

Step 2

Adjust Size

Adjust Size

Adjust size and color

Step 3

Copy

Copy

Copy CSS code for use

Features

8 Directions

Triangles in 8 directions including diagonals

Custom Size

Specify width and height independently

Live Preview

Changes reflected in preview in real time

FAQ

Uses CSS border widths to draw triangle shapes.