What is CSS Border Radius Builder?
border-radius controls how much each corner of an element is rounded, but the four-value shorthand and the eight-value elliptical syntax can be confusing. This tool makes the properties visual by letting you set each corner independently and choose between px, rem, and percentage units, so you can see the effect before writing the CSS declaration.
Quick answer
Set rounded corners on any element by adjusting each corner independently or using a uniform value. Choose px, rem, or percentage units and see a live preview of the result.
Limitations
- The tool shows uniform and individual corner radius values. It does not support the elliptical syntax that uses a slash to set separate horizontal and vertical radii per corner.
- Percentage border-radius values are relative to the element dimensions and may produce unexpected elliptical corners on elements with dynamic sizing.
How to use this tool
- Set a radius value for each corner individually or enable uniform mode to apply one value everywhere.
- Choose the unit you want to use: px, rem, or percentage.
- Watch the live preview update as you adjust each corner.
- Copy the generated CSS declaration into your stylesheet.
What you can use it for
- Create pill-shaped buttons by setting the border-radius larger than the button height.
- Make circular avatars and profile images with border-radius: 50%.
- Design card corners with subtle rounding on the top corners and sharp bottom corners.