Atlas Studio Tools

CSS Triangle Generator

Create CSS triangles using the border trick with customizable direction, size, and color.

100px
100px
CSS
.triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid #487877;
}

How It Works

1

Enter or paste your content into the input field.

2

Configure the options and settings.

3

Copy the output or download the result.

Everything is processed in your browser. No files are sent to any server.