Design CSS border-radius visually with individual corner control and live preview.
The CSS border-radius property rounds the corners of an element. You can set all corners equally or control each corner individually. Values can be in px, %, em, or rem.
Set border-radius to 50% on a square element. If the element is rectangular, 50% creates an ellipse instead.