Developer ToolsCSS ToolsFree Tool

Border Radius Generator

Build a real border-radius CSS declaration — a single value applied uniformly, plus the equivalent per-corner syntax.

How to Use Border Radius Generator
  1. 1Enter a pixel value (default 8)
  2. 2Click Process
  3. 3Copy the shorthand or per-corner border-radius CSS
Frequently Asked Questions

Two equivalent forms of the same value: the shorthand border-radius: Xpx; and the explicit 4-corner border-radius: Xpx Xpx Xpx Xpx; (top-left, top-right, bottom-right, bottom-left) — both use whatever value you enter.

Not directly through this tool's single input — it applies one value uniformly to all 4 corners in both output lines. Manually edit the per-corner line after copying if you need different values per corner.

Pixels (px) — enter just the number, the unit is added automatically.

No — the CSS is built entirely in your browser.

Related Tools

Related Articles

More from Developer Tools