ToolPuma Logo

CSS Border Radius Generator

Round element corners with live CSS output.

24px

What Is a CSS Border Radius Generator?

The CSS Border Radius Generator rounds corners precisely with separate controls for each corner. Use the uniform mode for consistent rounding or unlock all four corners to sculpt asymmetric shapes, and copy the exact border-radius declaration. This is the fastest way to turn boxes into pills, circles, and organic blobs.

How to Use This CSS Border Radius Generator

  1. 1
    Toggle Uniform radius for consistent rounding across all corners.
  2. 2
    Or disable it and adjust each corner (top-left, top-right, bottom-right, bottom-left) independently.
  3. 3
    Preview the element live and copy the generated CSS declaration.

Frequently Asked Questions

The shorthand lists four values clockwise from the top-left corner: border-radius: top-left top-right bottom-right bottom-left. With a single value all four corners share it.
Set the radius to half the element's width and height, or to a value like 9999px which produces a full circle on any element with equal sides and border-radius.
Yes. A large radius (e.g., 9999px) on a rectangular element creates a rounded pill shape, a very common style for buttons and badges.