FreeDev Tools

CSS Border Radius Generator

Craft perfect rounded corners for every element — independently or uniformly.

Corner Values

Preview

CSS Output

border-radius: 8px;

The border-radius property rounds the corners of an element. Each corner can be set independently: top-left, top-right, bottom-right, bottom-left. Use % values to create elliptical shapes (50% creates a circle or oval). The shorthand follows clockwise order starting from top-left.

Frequently Asked Questions

Yes. Toggle off the "uniform" mode to set individual values for top-left, top-right, bottom-right, and bottom-left corners.