LowercaseOnline — Free Online Text Tools

⭕ Border Radius Generator

Visually design CSS border-radius values with live preview and copy-ready code.

border-radius: 12px;

CSS Border Radius

The border-radius property rounds the corners of an element. You can specify all four corners independently using border-top-left-radius, border-top-right-radius, etc., or use the shorthand with up to four values.

A value of 50% turns a square element into a circle. Setting to 0 gives sharp corners.