⭕ CSS Border Radius Generator — Rounded Corners Visual Tool
Generate CSS border-radius visually. Control each corner individually with live preview. Free for web developers.
How to Use This Tool
- Adjust sliders for each corner — Toggle between px and % units — Lock/unlock uniform corners — Copy the generated CSS and apply to your element
Frequently Asked Questions
How do I make a circle?
Set border-radius to 50% on a square element. This tool shows the CSS and a live preview so you can see the effect immediately.
What's the difference between px and %?
px gives fixed rounding regardless of element size. % scales with the element — 50% on a square makes a circle, on a rectangle makes an ellipse.
Can I round only one corner?
Yes! Each corner has independent controls. Unlock the uniform mode and adjust corners individually. The generated CSS uses the shorthand syntax with all four values.