Skip to content
patrache.tools

Border Radius Previewer

Preview CSS border-radius free — adjust each corner individually with live visual preview. Copy CSS code for buttons and cards. Browser-based.

border-radius: 20px;
lockYour files never leave your device
Share
Embed

Embed this tool on your site

Border Radius Previewer is a free online tool that visually adjusts the CSS border-radius property.

How to use Border Radius Previewer?

  1. Adjust the radius values for each corner using sliders.
  2. Check the shape in the real-time preview.
  3. Copy the CSS code and apply it to your project.

Frequently asked questions about Border Radius Previewer

How do I create a perfect circle?

Apply border-radius: 50% to a square element to create a perfect circle. Set all four corners to 50%.

Can I set different values for each corner?

Yes, border-radius can have four individual values in the order: top-left, top-right, bottom-right, bottom-left. This allows unique asymmetric shapes.

How much rounding suits buttons and cards?

Six to twelve pixels for buttons and eight to sixteen for cards works across most interfaces. What matters more than the exact number is consistency: if buttons and input fields on the same screen carry different radii, the layout reads as untidy. When an image sits inside a card, give the inner element a slightly smaller radius than the outer one, or the two curves will visibly disagree.

I set border-radius to 50% but I get an oval, not a circle.

Fifty percent means "half of each side", so unless the element is square, the horizontal and vertical radii differ and you get an ellipse. For a true circle, set width and height to the same value or add aspect-ratio: 1. If you want a pill shape on something like a button whose width follows its label, use a large fixed value such as 9999px instead of 50% — the ends then stay perfect semicircles at whatever height the element has.

How to get the most out of Border Radius Previewer?

  • 8-12 px on cards and 6-8 px on buttons are the values most interfaces settle on today.
  • For nested boxes use inner radius = outer radius − padding, or the curves look off.
  • Give the horizontal and vertical radii different values (20px / 40px) for an elliptical corner.

Powered by Patrache Studio Tools

Please allow ads on this site

To use these tools, allow ads on this site. Advertising keeps this service free.

Open your ad blocker, turn off blocking for this site, then check again.