CSS Border-Radius Generator
Shape each corner with independent border-radius sliders and a live preview. Copy the CSS — supports % and px units.
Pure browser JavaScript — generates CSS locally.
How to use this tool
- Drag the slider for each of the four corners.
- Switch between % and px units.
- Copy the border-radius CSS shorthand.
Shape each corner with independent border-radius sliders and a live preview. Copy the CSS — supports % and px units.
Frequently asked questions
- Does this produce shorthand?
- Yes — the four values map to top-left, top-right, bottom-right, bottom-left in the standard border-radius shorthand order.