border-radius

Rounds the corners of an element's border box.

Syntax

css
border-radius: value;

Example

css
.card { border-radius: 12px; }
.avatar { border-radius: 50%; }
.pill { border-radius: 9999px; }