CSS Border Radius Generator

Adjust every corner visually and copy a ready-to-use border-radius declaration.

Generated CSS

border-radius: 20px 20px 20px 20px;

How the four corners work

CSS order is top-left, top-right, bottom-right, and bottom-left. Linking corners lets you adjust all four together.

Shorthand syntax

One value affects every corner; two alternate opposite corners; three separate the top corners and group the bottom; four control each corner.

Explore all web development tools

Related tools