Visualise and generate CSS border-radius in real time. Simple rounded corners or full elliptical control — copy the CSS instantly.
--radius: instead of inline
border-radius CSS for your stylesheet.Simple mode applies a single radius value to all four corners. Advanced mode lets you control each corner independently, including elliptical shapes with separate horizontal and vertical radii.
Set border-radius to 50% on a square element (equal width and height). The Circle preset does this automatically.
Use pixels for consistent corners regardless of element size — great for buttons and cards. Use percentages when corners should scale with the element, like circles or pills that adapt to any size.