โฌ›

CSS Border Radius Generator

Generate CSS border-radius visually

Elliptical radii (horizontal / vertical)
Radius16px
CSS
border-radius: 16px;

How to Use

  1. 1

    Use the uniform slider to round all corners equally, or toggle individual corners for asymmetric shapes.

  2. 2

    See a live preview of the shape as you adjust the values.

  3. 3

    Copy the generated CSS border-radius value and paste it into your stylesheet.

Frequently Asked Questions

Can I set different radius for each corner? โ–ผ
Yes. Toggle individual corner mode to set top-left, top-right, bottom-right, and bottom-left independently.
What units are supported? โ–ผ
The generator uses pixel values. You can also use percentage (50% creates a circle/ellipse) - the preview shows approximate results.